ubuntu npm 升级到新版

Other-经验分享 2018-08-07

sudo apt-get remove nodejs ^node-* nodejs-*
sudo apt-get autoremove
sudo apt-get clean
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install nodejs

楼主残忍的关闭了评论