📌  相关文章
📜  npm 错误! ERESOLVE 无法解析依赖树 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:55.749000             🧑  作者: Mango

代码示例6
npm install --legacy-peer-deps

You have dependency conflict (incorrect & potentially broken dependency)
Try to run the command with --force, or --legacy-peer-deps.
If it doesn't take effect, the temporary solution is using prior 
versions of the Node.js (downgrading the Node.js version) as
it causes this kind of errors to happen sometimes.