查看全局安装过的包(--depth 0只查看0级目录)

1
npm list -g --depth 0

npm升级

1
npm -g install npm@next