查看全局包
npm list -g --depth 0
# yarn 全局包
yarn global list
npm install报错
如果安装的npm7及以上,那可能存在兼容问题,输入命令可以解决冲突
问题出现的原因是因为 node 版本太高,不兼容当前升级的依赖,解决方法是把 node 降级到稳定版本就可以了
npm i --legacy-peer-deps
如果 npm安装失败,试下 taobao源
npm install --registry=https://registry.npm.taobao.org