ubuntu命令安装nodejs8.x或nodejs9.x

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wushuangge/article/details/82699472

nodejs 8.x版本:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

nodejs 9.x版本:

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs

猜你喜欢

转载自blog.csdn.net/wushuangge/article/details/82699472