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
When running npm install, there is a lot of conflicting deps and vulnerability warnings.
npm install
$ npm i npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: react-dom@16.14.0 npm WARN Found: react@17.0.2 npm WARN node_modules/react npm WARN dev react@"^17.0.2" from the root project npm WARN 39 more (@emotion/react, @emotion/styled, @material-ui/core, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^16.14.0" from react-dom@16.14.0 npm WARN node_modules/react-lazylog/node_modules/react-dom npm WARN peer react-dom@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3 npm WARN node_modules/react-lazylog/node_modules/react-virtualized npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^16.14.0" from react-dom@16.14.0 npm WARN node_modules/react-lazylog/node_modules/react-dom npm WARN peer react-dom@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3 npm WARN node_modules/react-lazylog/node_modules/react-virtualized npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: react-virtualized@9.22.3 npm WARN Found: react@17.0.2 npm WARN node_modules/react npm WARN dev react@"^17.0.2" from the root project npm WARN 39 more (@emotion/react, @emotion/styled, @material-ui/core, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer react@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3 npm WARN node_modules/react-lazylog/node_modules/react-virtualized npm WARN react-virtualized@"^9.21.0" from react-lazylog@4.5.3 npm WARN node_modules/react-lazylog npm WARN npm WARN Conflicting peer dependency: react@16.14.0 npm WARN node_modules/react npm WARN peer react@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3 npm WARN node_modules/react-lazylog/node_modules/react-virtualized npm WARN react-virtualized@"^9.21.0" from react-lazylog@4.5.3 npm WARN node_modules/react-lazylog added 22 packages, removed 2 packages, changed 43 packages, and audited 1769 packages in 6s 290 packages are looking for funding run `npm fund` for details 6 vulnerabilities (5 moderate, 1 critical) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details.
The text was updated successfully, but these errors were encountered:
It depends on the node version while doing npm install. @odockal
Sorry, something went wrong.
This is hard one, some react-lazylog module is not maintained anymore and therefore stack on specific react version.
Fix npm install warnings for packages and their dependencies (#2748)
00e5ca1
* Fixes #2658 * done npm audit and bump npm-check-updates Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
msivasubramaniaan
Successfully merging a pull request may close this issue.
When running
npm install
, there is a lot of conflicting deps and vulnerability warnings.The text was updated successfully, but these errors were encountered: