How to install a specific version of Node on Ubuntu?
I would like to install NodeJS version 0.8.18 on Ubuntu 12.04. I tried to install the newest version and then reverting to 0.8.18 by using nvm
, but when I run my code apparently there is some problem with the packages installed and the two versions (latest and 0.8.18). Since I don’t know how to solve that problem, I cleaned the machine from the Node installation and thought about installing directly the version I’m interested in (v0.8.18).