Ubuntu 安装nodejs最新版本

sudo apt update -y
 
sudo apt install -y npm
 
sudo npm config set registry https://registry.npm.taobao.org
 
sudo npm install n -g
 
sudo n stable

猜你喜欢

转载自www.cnblogs.com/liuxm2017/p/10157432.html