You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that many dependencies are deprecated and some are no longer supported. Can this repo be updated?
npm update
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/webpack
npm error dev webpack@"^5.95.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer webpack@"^4.0.0" from [email protected]
npm error node_modules/uglifyjs-webpack-plugin
npm error dev uglifyjs-webpack-plugin@"^2.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
Even after using npm update --force the following persists:
npm warn using --force Recommended protections disabled.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/webpack
npm warn dev webpack@"^5.95.0" from the root project
npm warn 5 more (babel-loader, copy-webpack-plugin, file-loader, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack@"^4.0.0" from [email protected]
npm warn node_modules/uglifyjs-webpack-plugin
npm warn dev uglifyjs-webpack-plugin@"^2.2.0" from the root project
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/webpack
npm warn peer webpack@"^4.0.0" from [email protected]
npm warn node_modules/uglifyjs-webpack-plugin
npm warn dev uglifyjs-webpack-plugin@"^2.2.0" from the root project
npm warn deprecated [email protected]: Upgrade to fsevents v2 to mitigate potential security issues
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This module is no longer supported.
npm warn deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm warn deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
npm warn deprecated [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm run build && npm start
> [email protected] build
> webpack --mode=production
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration.module.rules[0] has an unknown property 'query'. These properties are valid:
object { assert?, compiler?, dependency?, descriptionData?, enforce?, exclude?, generator?, include?, issuer?, issuerLayer?, layer?, loader?, mimetype?, oneOf?, options?, parser?, realResource?, resolve?, resource?, resourceFragment?, resourceQuery?, rules?, scheme?, sideEffects?, test?, type?, use?, with? }
-> A rule description with conditions and effects for modules.
The text was updated successfully, but these errors were encountered:
It seems that many dependencies are deprecated and some are no longer supported. Can this repo be updated?
Even after using
npm update --force
the following persists:The text was updated successfully, but these errors were encountered: