Skip to content
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

PeerDependencies are not up to date with current esbuild #6

Open
mikemaccana opened this issue Mar 7, 2023 · 1 comment
Open

PeerDependencies are not up to date with current esbuild #6

mikemaccana opened this issue Mar 7, 2023 · 1 comment

Comments

@mikemaccana
Copy link
Contributor

When installing

$ npm install --save-dev @geut/esbuild-plugin-brode
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/esbuild
npm ERR!   dev esbuild@"^0.17.11" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer esbuild@"^0.12.5" from @geut/[email protected]
npm ERR! node_modules/@geut/esbuild-plugin-brode
npm ERR!   dev @geut/esbuild-plugin-brode@"*" 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!
npm ERR!
npm ERR! For a full report see:
npm ERR! /home/mike/.npm/_logs/2023-03-07T12_26_31_576Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/mike/.npm/_logs/2023-03-07T12_26_31_576Z-debug-0.log
@mikemaccana
Copy link
Contributor Author

mikemaccana commented Mar 7, 2023

(it works if I do --force but updating peerDependencies would be better)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant