nodejs 的每个大版本号都有相对应的源,比如这里的 10.x.x版本的源是https://deb.nodesource.com/setup_10.x。所以在终端执行:
1、curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
2、sudo apt-getinstall -y nodejs
2、sudo apt-getinstall -y nodejs
本文标题:#ubuntu下安装nodejs
本文链接:https://www.haomeiwen.com/subject/iudldktx.html
网友评论