Updated to added npm to the text
parent
3543cd5d2f
commit
b7a93be02e
|
@ -76,7 +76,7 @@ In place of a version pointer like "0.10", you can use the special default alias
|
||||||
nvm use stable
|
nvm use stable
|
||||||
nvm run unstable --version
|
nvm run unstable --version
|
||||||
|
|
||||||
If you want to install a new version of Node.js and migrate packages from a previous version:
|
If you want to install a new version of Node.js and migrate npm packages from a previous version:
|
||||||
|
|
||||||
nvm install v0.10.40 --reinstall-packages-from=0.10.39
|
nvm install v0.10.40 --reinstall-packages-from=0.10.39
|
||||||
nvm install v0.12.7 --reinstall-packages-from=0.12.6
|
nvm install v0.12.7 --reinstall-packages-from=0.12.6
|
||||||
|
|
Loading…
Reference in New Issue