-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Cannot install node.js binaries on Ubuntu #2771
Comments
Assuming |
Yes, all looks good there (same it's just
I can share this Ubuntu image if needed (runable in Parallels Desktop on Mac) |
Sure, i can give that a try! |
I've looked more closely, and it appears that the issue happens when When I've installed @ljharb great thanks for prompt reaction, feel free to close (unless you think some better error messaging may help in such case) |
Always happy to review a PR that improves error messaging, but since node should never be installed via unofficial means (which includes apt/snap, and doesn't include version managers like nvm that just automate the official install process for you), and since it hasn't been frequently reported, i'll close. Glad you figured it out! |
thanks man this really helped |
I'm working with fresh Ubuntu installation and it appears that nvm doesn't work (cannot install any Node.js version due to "Permission denied" errors)
Operating system and version:
Ubuntu 20.04.2
nvm debug
output:nvm ls
output:How did you install
nvm
?curl install script in readme
What steps did you perform?
nvm install v16
What happened?
What did you expect to happen?
I expected it being installed without issues
Is there anything in any of your profile files that modifies the
PATH
?nvm added itself to the path, and that works correctly
The text was updated successfully, but these errors were encountered: