清除npm缓存

npm cache clean -f

只升级npm

npm -g install npm@next

升级node和npm

npm -g install n
n latest
node -v
npm -v