Skip to content

node and npm install

wanzhiguo edited this page Nov 18, 2017 · 1 revision

Latest npm and node installation: (do not use apt install npm!!) https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/

$ sudo apt-get install python-software-properties
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs