在 Ubuntu 轻松安装最新版本 Node.js

首选安装ubuntu默认的nodejs

sudo apt-get install nodejs
sudo apt install nodejs-legacy
sudo apt install npm

设置国内镜像:

sudo npm config set registry https://registry.npm.taobao.org

安装 n

sudo npm install n -g

更新Nodejs到最新稳定版本:

sudo n stable
sudo node -v

保持学习 :beer:


原文地址

开源教育系统 www.meedu.vip
讨论数量: 1

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!