编程语言
首页 > 编程语言> > nodejs版本升级

nodejs版本升级

作者:互联网

1.根据版本查看如下地址

https://github.com/nodesource/distributions

 

我是Debian GNU/Linux 10 升级到16.x 的版本执行如下

# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs

  

 

标签:sudo,16,nodejs,版本升级,https,nodesource,com
来源: https://www.cnblogs.com/zhaojingyu/p/15828988.html