sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install nodejs
转载自 https://www.howtoing.com/install-latest-nodejs-npm-on-ubuntu/
本文介绍如何在Ubuntu系统上使用sudo apt-get install python-software-properties等命令安装Python依赖管理工具,通过curl获取Node.js源设置脚本并安装最新版Node.js及NPM的方法。
sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install nodejs
转载自 https://www.howtoing.com/install-latest-nodejs-npm-on-ubuntu/
466
1568

被折叠的 条评论
为什么被折叠?