ubuntu node+npm

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

猜你喜欢

转载自www.cnblogs.com/minmax329/p/10704991.html