linux 安装 nodejs

允我心安 提交于 2020-03-01 05:54:42

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 版本:

 

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!