wanyangwork opened a new issue, #82: URL: https://github.com/apache/echarts-examples/issues/82
2023/10/07,clone的最新项目 使用npm 安装的时候: ``` npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/vue npm ERR! dev vue@"2.6.14" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue@"^3.0.2" from @lang/[email protected] npm ERR! node_modules/@lang/object-visualizer npm ERR! @lang/object-visualizer@"^4.2.0" from the root project npm ERR! npm ERR! 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. ``` 使用pnpm 安装的时候: ``` WARN Issues with peer dependencies found . └─┬ @lang/object-visualizer 4.2.0 └── ✕ unmet peer vue@^3.0.2: found 2.6.14 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
