-
-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to switch to different version #620
Comments
Mistakenly closed the issue 😅Can you please help me out here? |
You have got node installed in more than one location, and a version not being managed by You can confirm the multiple locations (on Mac) and see all the copies in your
Running The main two fixes are, either:
|
An answer was provided, and no further activity in a month. Closing this as resolved. Feel free to open a new issue if it comes up again, with new information and renewed interest. |
Summary
I have two node version installed. One is 8.15.1 and other is 10.15.0. Currently, the active version is 8.15.1 and now I want to switch to 10.15.0. So when I tried changing it, the node version stays the same.
Steps to Reproduce
Expected Behaviour
Should change the node version
Actual Behaviour
Not changing node version
Other Information
Configuration Details
$ n --version 6.5.1 $ command -v node /usr/local/bin/node $ node -p process.platform darwin
The text was updated successfully, but these errors were encountered: