keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Manually updated loady dependency reference in package-lock.json #396

Closed michalinacienciala closed 3 years ago

michalinacienciala commented 3 years ago

npm install command fails with error:

Could not install from
"node_modules/bfilter/loady@git+https:/github.com/chjj/loady.git#b94958b7ee061518f4b85ea6da380e7ee93222d5"
as it does not contain a package.json file.

At the same time npm ci works just fine.

With this commit we're manually updating package-lock.json to modify an entry that seems to be broken. With this change npm install worked fine.

Tested using: node v12.22.0 (npm v6.14.11)