[Solved] Installing Nodejs v8.2.1 in ubuntu 17.04


Using the Node Version Manager NVM

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
$ nvm install node
$ node -v

0

solved Installing Nodejs v8.2.1 in ubuntu 17.04