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
posted @ 2018-12-21 18:27  liuxm-刘小明  阅读(105)  评论(0编辑  收藏  举报