#ubuntu下安装nodejs
2020-08-09 本文已影响0人
迷途小书虫88
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