-
Notifications
You must be signed in to change notification settings - Fork 599
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
rush install
error: failing integrity checks
#528
Comments
This sounds like the We solved it by moving to PNPM, which is way faster than NPM, and is much more reliable. |
Ultimately, pnpm solved this for me. I had to do a bit more plumbing to pull all my packages down from my VSTS package feed. Thanks for the help and for the great work on Rush. |
Awesome! :-) |
I feel like I'm running into this issue with yarn as well. To give full context, we have a separate branch as we get rush setup from lerna to rush and so I switched from that branch to the rush one removed the lingering top level node_modules and ran |
When I run
rush install
orrush install -c
orrush install --full-clean
, the install process fails due to integrity checks. It seems like the sha512 for anyrush.json
project does not match the expected sha value. If I add an additional project, the number of integrity check failures increases by one. The errant sha is related to the@rush-temp/<packageName>
.I can install the relevant
node_modules
by runningrush generate
orrush generate --force
. However,rush install
ing after this step still fails.Am I
.gitignore
-ing an expected file or directory in a package? I don’t know how a sha relates to a directory structure so I am having trouble debugging the issue.Here is the stack trace for one integrity check error:
The text was updated successfully, but these errors were encountered: