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
npm ERR! Could not install from "node_modules/eth-sig-util/ethereumjs-abi@git+https:/github.com/ethereumjs/ethereumjs-abi.git" as it does not contain a package.json file.
In my package-lock.json's eth-sig-util section, I see:
is this a duplicate of #134 ? that issue refers to ethereumjs-abi being deprecated, which i assumed is the reason this package is causing npm install to fail.
fwiw i'm running into this issue too. if anyone has advice for how to avoid the failure i'd appreciate it. this package is like 2-3 downstream from my project so kinda hard to fix directly on my end.
Thanks for the report! Unfortunately we don't support v1.x anymore. Please update to v2 or v3 - this problem should be fixed in both v2.5.4 and v3.0.1.
When I run
npm install
, I got and error message:In my
package-lock.json
'seth-sig-util
section, I see:It works If I delete
ethereumjs-abi@
beforegit+https
, but it shows up again if I runnpm install
, not sure if it is a bug?The text was updated successfully, but these errors were encountered: