IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
Ubuntu安装指定Node版本
coder4
发表于
2022-11-17 02:00:25
love
0
https://github.com/nodesource/distributions 可以参考上面的项目,哪个版本都能装 以Ubuntu安装18.X为例: curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\ sudo apt-get install -y nodejs