I am having issues with my node version and nvm. Using the command node -v shows I am using v20.1.0. I need to be using nvm 10.23.0. When I go to use 10.23.0, it prompts to allow this program to make changes, which I accept, and then it shows I have switched to node v10.23.0. However, when I use the command node -v again, it shows v20.1.0. This is my first time using node, npm, and nvm so I am unsure what I am supposed to be seeing. How can I correct my environment to have and use only node version 10.23.0? Thank you.
I have tried uninstalling all versions of node and nvm and reinstalling 10.23.0 but the problem of having to allow changes and staying in 20.1.0 still occurs.