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
I tried to build the wallet locally by following the README. However, for running npm ci it requires a package-lock.json file. On the other hand, I attempted running npm install but the installationg throws the following 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/eslint
npm ERR! dev eslint@"^6.8.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.0.0" from [email protected]
npm ERR! node_modules/eslint-plugin-promise
npm ERR! dev eslint-plugin-promise@"5.2.0" from the root project
Any idea of what I'm missing? Do you have an updated installation README?
The text was updated successfully, but these errors were encountered:
Hello,
I tried to build the wallet locally by following the README. However, for running
npm ci
it requires apackage-lock.json
file. On the other hand, I attempted runningnpm install
but the installationg throws the following error:Any idea of what I'm missing? Do you have an updated installation README?
The text was updated successfully, but these errors were encountered: