-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Error: Cannot find module './nvm-help' #750
Comments
Did you |
i'm sorry~~ |
:-) no problem, it's a common mistake |
installing nvm with |
@klamtlne |
I'm a noob and I have this error, but this thread is confusing me. The nvm package at npmjs.com seems to be the one I want. I installed it using I don't see a different installation command in issue #304. Can anyone help me to understand what I need to do? I don't know if this is relevant or not, but I'm on Ubuntu and I installed NodeJS using the package manager. Thank you. |
@Ghodmode it's not. you want to only install (Separately, you don't want to be installing node with distro package managers) |
Thanks @ljharb. I took a step back and sort of started over. I found a PPA with a newer version of NodeJS (which solved an unrelated (warning) problem) and saw the instructions in the GitHub repo. Now everything's working beautifully :) |
I've downloaded from the Curl link and I'm still getting this error...so I did the npm uninstall -g nvm, then ran the curl, closed out of my terminal, and now it's saying "nvm command not found." |
@PeterKaminski09 what shell and OS are you using? if you |
I was able to fix it by running the source command and manually adding the export and path to my bash profile. Not sure why it didn't add it with the script. |
I was using iTerm2 and El Capitan |
Given this is the top result for 'Error: Cannot find module |
@gtdeng the helpful response is "don't use the nvm that's on npm; it's broken and unsupported" - install nvm using the install command in the readme. |
The text was updated successfully, but these errors were encountered: