0
点赞
收藏
分享

微信扫一扫

从NodeSource存储库安装Node.js和npm

参考:​​https://github.com/nodesource/distributions​​

安装说明:Node.js v19.x:

1、Debian 系统,登录root

curl -fsSL ​https://deb.nodesource.com/setup_19.x​​ | bash - && apt-get install -y nodejs

2、Ubuntu系统

curl -fsSL ​https://deb.nodesource.com/setup_19.x​​ | sudo -E bash - && sudo apt-get install -y nodejs

举报

相关推荐

0 条评论