-
-
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
Unable to switch versions of Node. #290
Comments
My guess is that the account you use doesn't have write permissions for |
+1 |
hi @maxrimue , I still get the same problem. The version doesn't change. |
Have you changed the N_PREFIX so n downloads Node.js somewhere else than
|
If you used nvm, they go into ~/.nvm folder and this may be the reason your switch isn't working as well. |
I apparently used Boxen a long time ago, so I tired export |
You'll have to remove Boxen, or at least the Node.js it installed. I'm not sure how you would remove just Node.js from Boxen, but I found that this is how you remove Boxen itself:
|
Thank you @maxrimue! Removing Boxen did the trick. |
Thanks @maxrimue about using My issue was a permissions issues. The problem is, I'm unsure how it ended up this way anyways. I installed curl -sL https://git.io/n-install | bash -s -- -q |
I'm trying to switch Node versions on my system like the gify demo: https://github.com/tj/n#user-content-n
But when I hit
enter
on a selected version, and typenode --version
the version didn't change. Can anyone help?...The text was updated successfully, but these errors were encountered: