sudo apt-get install node
sudo apt-get install npm
查看版本
node -v
npm -v
切换淘宝镜像
npm config set registry http://registry.npm.taobao.org/
安装n模块
sudo npm install n -g
ubuntu node+npm
原文:https://www.cnblogs.com/minmax329/p/10704991.html