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
It seems like abitype requires a newer version of typescript.
marcocastignoli@locahost sourcify % npx lerna bootstrap
lerna notice cli v3.22.1
lerna info Bootstrapping 5 packages
lerna info Installing external dependencies
lerna ERR! npm install --no-package-lock exited 1 in '@ethereum-sourcify/lib-sourcify'
lerna ERR! npm install --no-package-lock stderr:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @ethereum-sourcify/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/typescript
npm ERR! dev typescript@"^4.9.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@">=5.0.4" from [email protected]
npm ERR! node_modules/abitype
npm ERR! abitype@"^0.8.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/marcocastignoli/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/marcocastignoli/.npm/_logs/2023-05-02T09_45_44_532Z-debug-0.log
lerna ERR! npm install --no-package-lock exited 1 in '@ethereum-sourcify/lib-sourcify'
lerna WARN complete Waiting for 2 child processes to exit. CTRL-C to exit immediately.
It seems like
abitype
requires a newer version of typescript.View in Huly HI-402
The text was updated successfully, but these errors were encountered: