mac下使用brew升级node
brew update brew upgrade node npm install -g npm
或者使用n工具升级
sudo npm cache clean -f sudo npm install -g n sudo n stable
原创文章,转载请注明:转载自Web开发笔记 | 升级Node到V6
本文链接地址:https://www.magentonotes.com/upgrade-nodejs-v6-0.html
mac下使用brew升级node
brew update brew upgrade node npm install -g npm
或者使用n工具升级
sudo npm cache clean -f sudo npm install -g n sudo n stable
原创文章,转载请注明:转载自Web开发笔记 | 升级Node到V6
本文链接地址:https://www.magentonotes.com/upgrade-nodejs-v6-0.html
Previous post: Ubuntu 16.04 添加Swap分区
Comments on this entry are closed.