Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
vms:webdev:node [2017/07/13 16:21] admin [Install NVM (Node Version Manager)] |
vms:webdev:node [2017/09/07 18:16] (current) admin [Run the Install Script] |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ===== Install NVM (Node Version Manager) ===== | ===== Install NVM (Node Version Manager) ===== | ||
| + | **NOTE:** the following commands will be executed as ''dev'' user. | ||
| ==== Run the Install Script ==== | ==== Run the Install Script ==== | ||
| Line 25: | Line 26: | ||
| <Code> | <Code> | ||
| - | > wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | + | > wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash |
| => Downloading nvm as script to '/root/.nvm' | => Downloading nvm as script to '/root/.nvm' | ||