$ 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.
When running
npm install, there is a lot of conflicting deps and vulnerability warnings.