ethers-provider-flashbots-bundle
ethers-provider-flashbots-bundle copied to clipboard
Can not install ethers-provider-flashbots-bundle due to the version conflict
npm install --save @flashbots/ethers-provider-bundle
causes the error:
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/ethers
npm ERR! ethers@"^6.13.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer ethers@"6.7.1" from @flashbots/[email protected]
npm ERR! node_modules/@flashbots/ethers-provider-bundle
npm ERR! @flashbots/ethers-provider-bundle@"*" 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 resoluti
on.