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 版本:
来源:CSDN
作者:whatday
链接:https://blog.csdn.net/whatday/article/details/104539385