本文章主要介绍了安装 NODEJS (Debian 8 / Ubuntu 16 / CentOS 7),具有不错的的参考价值,希望对您有所帮助,如解说有误或未考虑完全的地方,请您留言指出,谢谢!
Debian 8 / Ubuntu 16
apt-get update
apt-get install curl sudo
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
开始安装
apt-get install nodejs
CentOS 7
执行以下命令安装
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
yum install nodejs
安装完查看 Node.js 和 NPM 版本:
原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/228317.html