BarnBridge/barnbridge-frontend

npm install failure

0xmichalis opened this issue · 2 comments

Unclear why this occurs with a fresh npm install. Tried both with node 14 and 12, getting the same issue.

npm ERR! Could not install from "node_modules/web3-provider-engine/node_modules/eth-sig-util/ethereumjs-abi@git+https:/github.com/ethereumjs/ethereumjs-abi.git" as it does not contain a package.json file.

@Kargakis just try to remove package-lock.json file under root folder and re-execute "npm install" command

Thanks @wfm-slava for the suggestion, it worked!