My Node Version Manager (NVM) notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[https://help.dreamhost.com/hc/en-us/articles/360029083351-Installing-a-custom-version-of-NVM-and-Node-js Installing a custom version of NVM and Node.js] | [https://help.dreamhost.com/hc/en-us/articles/360029083351-Installing-a-custom-version-of-NVM-and-Node-js Installing a custom version of NVM and Node.js] | ||
<pre></pre> | <pre>[servername]$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash</pre> | ||
<center>[[My Node.js notes]]</center> | <center>[[My Node.js notes]]</center> |
Revision as of 10:53, 11 October 2021
My notes while installing NVM on Dreamhost shared server
Installing a custom version of NVM and Node.js
[servername]$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash