Zenbot: Incorrect pinkie package dependency

Created on 7 Jan 2018  路  3Comments  路  Source: DeviaVir/zenbot

2661 verbose Linux 4.4.0-104-generic 2662 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" 2663 verbose node v8.9.4 2664 verbose npm v5.6.0 2665 error code E404 2666 error 404 Not Found: pinkie@https://registry.npmjs.org/pinkie/-/pinkie-2.0.5.tgz

https://github.com/floatdrop/pinkie/issues/18

https://github.com/npm/registry/issues/256#issuecomment-355785321

Most helpful comment

Just had this problem; I believe deleting the package-lock.json file and having it recreate itself fixed it for me (make a backup just in case)

All 3 comments

Just had this problem; I believe deleting the package-lock.json file and having it recreate itself fixed it for me (make a backup just in case)

Deleting and re-'npm install'ing does regenerate the package-lock.json file with the proper 2.0.4 version of pinkie, just needs it committed so as to not fail after a fresh checkout.

I got this as well

npm ERR! code E404
npm ERR! 404 Not Found: pinkie@https://registry.npmjs.org/pinkie/-/pinkie-2.0.5.tgz

rm package-lock.jso fixed it as well

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MCrypto picture MCrypto  路  5Comments

gleblanc1783 picture gleblanc1783  路  3Comments

dymex0 picture dymex0  路  3Comments

timstoop picture timstoop  路  4Comments

0DTE picture 0DTE  路  3Comments