Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove package-lock.json from commit #26

Open
chris-shyft opened this issue Apr 10, 2018 · 2 comments
Open

remove package-lock.json from commit #26

chris-shyft opened this issue Apr 10, 2018 · 2 comments

Comments

@chris-shyft
Copy link

"npm install" has issues if you leave it in the repository.

@mateodelnorte
Copy link

What are the problems you're seeing @chris-shyft? Mind pasting an error log?

@chris-shyft
Copy link
Author

error log
$ npm install
⸨ ░░░░░░░░░⸩ ⠇ extract:strip-eof: sill extract [email protected]
eWARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8= integrity checksum failed when using sha1: wanted sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8= but got sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==. (27217 bytes)
WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation.
test ░░░░░░⸩ ⠙ extract: sill extract [email protected]
npm ERR! code EINTEGRITY
npm ERR! sha1-8J1ySpExuZJL3Ym3ngUjpAIcg7I= integrity checksum failed when using sha1: wanted sha1-8J1ySpExuZJL3Ym3ngUjpAIcg7I= but got sha1-T2kw8qnsWphTwwbbJxgFJJHiAeU=. (280720 bytes)

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/fieldmagic/.npm/_logs/2018-04-10T02_14_04_618Z-debug.log

solution found in: (message from paulius005 on dec1 2017
nodejs/node#13635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants