-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
NVM in npm is not the right one? #304
Comments
Someone must have taken the name. This nvm is not meant to be installed via npm, since it's used to install node/npm itself. |
tl;dr: I now have control over the package on However, it's kind of meaningless to install nvm from npm, since nvm is used to install npm in the first place, so it will only serve to prevent the current footgun that exists. |
Oh great, thanks a ton for doing this! I would also encourage a descriptive warning when |
My plan is to actually have |
Oh that's great, so you will be able to |
Hi i am using windows system. I gave the command npm install -g nvm |
@medaamarnadh a) |
ok thank you |
@ljharb, is there any progress on this issue? |
@monolithed at the moment, tha latest version of nvm on npm simply throws an error when you try to use or install it, directing you to http://nvm.sh. After #400 is done, I'll look into replacing it with a postinstall script that runs the curl install script for you. |
There's an
nvm
package in npm but it looks to be totally different. Whats the story there?The text was updated successfully, but these errors were encountered: