在 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
学习了