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

  

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-12-22
  • 2022-01-07
  • 2021-04-22
猜你喜欢
  • 2021-04-18
  • 2022-02-05
  • 2022-01-22
  • 2021-12-04
  • 2021-07-29
  • 2022-12-23
相关资源
相似解决方案