apt-get命令安装
sudo apt-get install nodejs
sudo apt-get install npm
升级Node版本
node -v
查看版本
sudo npm cache clean -f
清除npm cache
sudo npm install -g n
安装n模块
sudo n stable
安装最新版本
sudo apt-get install nodejs
sudo apt-get install npm
node -v
查看版本
sudo npm cache clean -f
清除npm cache
sudo npm install -g n
安装n模块
sudo n stable
安装最新版本
本文标题:Ubuntu Node.js 安装
本文链接:https://www.haomeiwen.com/subject/pglrjftx.html
网友评论