编程语言
首页 > 编程语言> > 安装node

安装node

作者:互联网

查询最新node版本号,例如最新版本为10.16.0

https://nodejs.org

运行命令

curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -

如果安装12.x.x 的版本,修改添加源地址中的数字,例如:

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

标签:node,sudo,https,sL,nodesource,curl,安装
来源: https://www.cnblogs.com/wangshuyi/p/14907571.html