安装nodejs报错
Tofloor
poster avatar
rlysyy
deepin
2019-09-15 17:05
Author

根据nodejs官网提示的命令进行安装,提示报错。换了其他版本也一样。sudo curl -sL https://deb.nodesource.com/setup_12.x | bash -
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2019-09-15 18:31
#1
Reply View the author
avatar
blackbentel
deepin
2019-09-18 19:50
#2
不用这样装可以直接使用以下命令安装,node和npm都会装上
  1. sudo apt install node
Copy the Code
Reply View the author
avatar
天地不仁
deepin
2019-09-20 06:59
#3
参考我的试试. https://blog.csdn.net/lzxomg/article/details/99872718
Reply View the author