Open justinestrada opened 2 years ago
Getting the same error. @ashbeech can you help with the resolution for this?
Ran
git clone
Ransudo npm i
Got error:npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: ethereum-boilerplate@0.1.0 npm ERR! Found: moralis@0.0.118 npm ERR! node_modules/moralis npm ERR! moralis@"^0.0.118" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer moralis@">=0.0.176" from react-moralis@0.3.11 npm ERR! node_modules/react-moralis npm ERR! react-moralis@"^0.3.0" 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! See /Users/{user}/.npm/eresolve-report.txt for a full report.```
I suspect you are trying "npm i" or "npm install" try yarn install
Getting the same error. @ashbeech can you help with the resolution for this?
I suspect you are trying "npm i" or "npm install" try yarn install
Thanks yarn install worked for me!
Ran
git clone
Ransudo npm i
Got error: