deepin 安装 nodejs 12
时间:2020-06-04 13:20:11
收藏:0
阅读:41
1.修改/etc/apt/sources.list,加入下面的内容:
deb https://deb.nodesource.com/node_12.x stretch main
deb-src https://deb.nodesource.com/node_12.x stretch main
2.然后执行:
sudo apt-get update
sudo apt-get install nodejs
原文:https://www.cnblogs.com/cxyzj/p/13042254.html
评论(0)