Skip to content
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

name in the package.json corresponds to the name actually published package #996

Closed
nskazki opened this issue Feb 2, 2016 · 2 comments
Closed

Comments

@nskazki
Copy link

nskazki commented Feb 2, 2016

hi.

"name": "nvm" in the package.json corresponds to the name actually published nvm package

I recommend to change the name in the package.json, example: "nvm-cli".
And publish it, this can be reasonably comfortable way to install:

>sudo apt-get install nodejs
>node -v
v0.10.25 
>npm i -g nvm-cli
>nvm i v5.5.0
>node -v
v5.5.0
@nskazki nskazki changed the title package name corresponds to the name actually published package name in the package.json corresponds to the name actually published package Feb 2, 2016
@ljharb
Copy link
Member

ljharb commented Feb 2, 2016

@nskazki yes, the one on npm will be replaced with this one once i hit v1.0.

However, you should not install nvm with npm at all - it doesn't even work reliably.

@ljharb
Copy link
Member

ljharb commented Jun 25, 2016

Closing in favor of #304

@ljharb ljharb closed this as completed Jun 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants