Could not resolve dependency: peer wretch@"^1.7.10" from @withtally/tally-publish-dao@0.0.5 #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
yarnfor resolving dependencies usingyarn.lock. Do a cleanup withnpx hardhat clean, then remove thenode_modulesfolder. Make sure you have the lates versiont checked out and doyarn install.