1.升级npm命令:#
sudo npm install npm -g
2.升级node.js命令步骤#
sudo npm cache clean -f #-----先清除 npm cache
sudo npm install -g n #-----安装n模块
sudo n stable #-----安装最新的node.js稳定版
sudo npm install npm -g
sudo npm cache clean -f #-----先清除 npm cache
sudo npm install -g n #-----安装n模块
sudo n stable #-----安装最新的node.js稳定版