zl程序教程

您现在的位置是:首页 >  后端

当前栏目

ubuntu18 安装nodejs

2023-09-14 09:06:46 时间
sudo apt-get update
sudo apt-get install -y nodejs npm

换源

sudo npm config set registry https://registry.npm.taobao.org
sudo npm install n -g

也可以用sudo n xx.x.x升级制定版本

sudo n stable
hash -r
node -v
npm -v