commit
17daa68a35
6
nvm.sh
6
nvm.sh
|
@ -191,10 +191,10 @@ nvm() {
|
||||||
echo " nvm copy-packages <version> Install global NPM packages contained in <version> to current version"
|
echo " nvm copy-packages <version> Install global NPM packages contained in <version> to current version"
|
||||||
echo
|
echo
|
||||||
echo "Example:"
|
echo "Example:"
|
||||||
echo " nvm install v0.10.23 Install a specific version number"
|
echo " nvm install v0.10.24 Install a specific version number"
|
||||||
echo " nvm use 0.10 Use the latest available 0.10.x release"
|
echo " nvm use 0.10 Use the latest available 0.10.x release"
|
||||||
echo " nvm run 0.10.23 myApp.js Run myApp.js using node v0.10.23"
|
echo " nvm run 0.10.24 myApp.js Run myApp.js using node v0.10.24"
|
||||||
echo " nvm alias default 0.10.23 Set default node version on a shell"
|
echo " nvm alias default 0.10.24 Set default node version on a shell"
|
||||||
echo
|
echo
|
||||||
echo "Note:"
|
echo "Note:"
|
||||||
echo " to remove, delete or uninstall nvm - just remove ~/.nvm, ~/.npm and ~/.bower folders"
|
echo " to remove, delete or uninstall nvm - just remove ~/.nvm, ~/.npm and ~/.bower folders"
|
||||||
|
|
Loading…
Reference in New Issue