幾行命令實如今ubuntu上安裝、升級node.js

安裝

curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs

升級

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
相關文章
相關標籤/搜索