We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running npm install on a clone of the 0.0.9 release fails with the following error:
npm install
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/webpack npm ERR! dev webpack@"^5.72.0" from the root project npm ERR! peer webpack@"4.x.x || 5.x.x" from @webpack-cli/[email protected] npm ERR! node_modules/@webpack-cli/configtest npm ERR! @webpack-cli/configtest@"^1.1.1" from [email protected] npm ERR! node_modules/webpack-cli npm ERR! dev webpack-cli@"^4.9.2" from the root project npm ERR! 3 more (@webpack-cli/configtest, @webpack-cli/info, @webpack-cli/serve) npm ERR! 6 more (css-loader, terser-webpack-plugin, webpack-cli, ...) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer webpack@"^2.0.0 || ^3.0.0 || ^4.0.0" from [email protected] npm ERR! node_modules/file-loader npm ERR! dev file-loader@"^1.1.11" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/webpack npm ERR! peer webpack@"^2.0.0 || ^3.0.0 || ^4.0.0" from [email protected] npm ERR! node_modules/file-loader npm ERR! dev file-loader@"^1.1.11" 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.
eresolve-report.txt
Technical info:
Notes Running npm i --legacy-peer-deps seems to work, albeit with 21 vulnerabilities (6 moderate, 13 high, 2 critical)
npm i --legacy-peer-deps
21 vulnerabilities (6 moderate, 13 high, 2 critical)
The text was updated successfully, but these errors were encountered:
updated few dependencies and fixed in PR and upcoming 0.0.10 version Defect/update dev dependencies by tanmaya-panda1 · Pull Request #58 · Azure/azure-kusto-trender (github.com). Most of the vulnerabilities are fixed with 10 vulnerabilities remaining (2 moderate, 8 high). These vulnerabilities will be taken care in the upcoming releases.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Running
npm install
on a clone of the 0.0.9 release fails with the following error:eresolve-report.txt
Technical info:
Notes
Running
npm i --legacy-peer-deps
seems to work, albeit with21 vulnerabilities (6 moderate, 13 high, 2 critical)
The text was updated successfully, but these errors were encountered: