码迷,mamicode.com
首页 > Web开发 > 详细

Ubuntu 安装nodejs最新版本

时间:2018-12-21 19:37:44      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:tab   新版   config   nodejs   str   nod   https   try   taobao   

 

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

Ubuntu 安装nodejs最新版本

标签:tab   新版   config   nodejs   str   nod   https   try   taobao   

原文地址:https://www.cnblogs.com/liuxm2017/p/10157432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!