Installing node on old version of Ubuntu 10.04

 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash

logoff and log on

nvm ls-remote
nvm install v7.9.0
npm -v
node -v

Caveat :   Lots of node stuff fails to compile and run on such an old version of linux be warned…
Thats it you now have node and npm installed. nJoy 😉

Leave a Reply

Your email address will not be published. Required fields are marked *