How to install multiple version of node.js in Ubuntu using NVM?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
prior knowledgeHow to use the terminal. You can for example use Install dependencies
Install NVMBelow we will install NVM. Download nvm
To activate nvm, you need to source it from your bash shell
Install version of node.jsIn this example I am going to install node v0.4.12. We first need open new bash session. You can also do this by typing
To make the latest v0.4 branch default you do
ThroubleshootingWhen you don't have all dependencies installed you can not compile/install node.js. Then you will need to clean up ~/.nvm
|
|||
|
|