ubuntu用apt安装最新的nodejs,npm

就下面几行

apt-get install nodejs-legacy
apt-get install npm
# 安装n模块
npm install -g n
# 升级nodejs到最新stable版本
n stable
# 升级最新npm
npm install npm@latest -g
posted @ 2020-05-22 12:06  SEC.VIP_网络安全服务  阅读(320)  评论(0编辑  收藏  举报