查看全局包

  1. npm list -g --depth 0
  2. # yarn 全局包
  3. yarn global list

image.png

npm install报错

如果安装的npm7及以上,那可能存在兼容问题,输入命令可以解决冲突
问题出现的原因是因为 node 版本太高,不兼容当前升级的依赖,解决方法是把 node 降级到稳定版本就可以了

  1. npm i --legacy-peer-deps

image.png

如果 npm安装失败,试下 taobao源

  1. npm install --registry=https://registry.npm.taobao.org