0%

在Ubuntu上安裝node.js

在Ubuntu上安裝node.js

system:
ubuntu 16.04
node.js 6.x

##如果之前有安裝過node.js,可以先利用下面的指令移除
sudo apt-get purge nodejs npm

##指定安裝node.js 6.x
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

安裝好後裡面就會包括了npm,所以不需要額外安裝npm

reference:
https://gist.github.com/vietlq/cf1903e778bbd76a80f46823b19f8f49
https://github.com/nodesource/distributions#debinstall
https://www.jianshu.com/p/22205f9e4705