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
npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @nomicfoundation/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/ethers
npm ERR! dev ethers@"^6.12.0" from the root project
npm ERR! peer ethers@"^6.1.0" from @nomicfoundation/[email protected]
npm ERR! node_modules/@nomicfoundation/hardhat-ethers
npm ERR! dev @nomicfoundation/hardhat-ethers@"^3.0.5" from the root project
npm ERR! 2 more (ethr-did, ethr-did-resolver)
Steps to Reproduce the Problem
Pull the repo
get to bri-3 folder
run npm i
Note: Currentl workaround is to run npm i --force
The text was updated successfully, but these errors were encountered:
Expected Behavior
npm i on a fresh repo should work
Actual Behavior
npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @nomicfoundation/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/ethers
npm ERR! dev ethers@"^6.12.0" from the root project
npm ERR! peer ethers@"^6.1.0" from @nomicfoundation/[email protected]
npm ERR! node_modules/@nomicfoundation/hardhat-ethers
npm ERR! dev @nomicfoundation/hardhat-ethers@"^3.0.5" from the root project
npm ERR! 2 more (ethr-did, ethr-did-resolver)
Steps to Reproduce the Problem
Note: Currentl workaround is to run npm i --force
The text was updated successfully, but these errors were encountered: