-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
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
Versions incompatible issue with eslint(9.9.1) & eslint-plugin-promise(7.1.0) #427
Comments
GOPIKRISHNA11596
changed the title
Versions incompatible issue with eslint & eslint-plugin-promise
Versions incompatible issue with eslint(9.9.1) & eslint-plugin-promise(7.1.0,)
Aug 28, 2024
GOPIKRISHNA11596
changed the title
Versions incompatible issue with eslint(9.9.1) & eslint-plugin-promise(7.1.0,)
Versions incompatible issue with eslint(9.9.1) & eslint-plugin-promise(7.1.0)
Aug 28, 2024
2 tasks
This was referenced Dec 2, 2024
This was referenced Dec 3, 2024
How is it going? |
is there a chance this would be fixed? |
It's fixed in https://github.com/neostandard/neostandard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: @ibm-app-connect/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/eslint npm ERR! dev eslint@"^9.9.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint@"^8.0.1" from [email protected] npm ERR! node_modules/eslint-config-standard npm ERR! dev eslint-config-standard@"^17.1.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.
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: @ibm-app-connect/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/eslint-plugin-promise npm ERR! dev eslint-plugin-promise@"^7.1.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint-plugin-promise@"^6.0.0" from [email protected] npm ERR! node_modules/eslint-config-standard npm ERR! dev eslint-config-standard@"^17.1.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.
The text was updated successfully, but these errors were encountered: