You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: