npm 版本问题
1.使用 --force命令强制执行,可以安装成功,但是会出现警告
npm i xxx --force
2.可以在安装时忽略所有 peerDependencies
npm i xxx --legacy-peer-deps
标签:
相关文章