Could not resolve dependency: peer wretch@"^1.7.10" from @withtally/[email protected] #505
-
When I do npm install using node v16.14.0 (npm v8.3.1) I get this error npm ERR! code ERESOLVE npm ERR! A complete log of this run can be found in: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We use |
Beta Was this translation helpful? Give feedback.
We use
yarn
for resolving dependencies usingyarn.lock
. Do a cleanup withnpx hardhat clean
, then remove thenode_modules
folder. Make sure you have the lates versiont checked out and doyarn install
.