Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution

解决
npm install --legacy-peer-deps 即可成功安装 node_modules
Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution

npm install --legacy-peer-deps 即可成功安装 node_modules
1万+

被折叠的 条评论
为什么被折叠?