Closed andrejak closed 5 years ago
This isn't just an issue with Prodo. Not sure if we can do anything about it, https://stackoverflow.com/questions/58172688/incorrect-integrity-when-fetching-from-the-cache
I'll take off the bug label, but I thought it was said this morning we wanted problems that users were running into to be easily findable in Issues? Kai said that was the first thing he'd check.
I think that was more for issues related to the framework/library itself. If a user encountered this error, they would quickly find its an issue with Yarn rather than Prodo. @kwohlfahrt can comment on this, but I'm not sure we should be documenting issues unrelated to Prodo here.
sure. But it seems that 2/3 external people who have tried making an app have hit it and asked for our help about it, so it would be helpful to document it somewhere.
We could document it in the docs installation section (https://github.com/prodo-dev/prodo/pull/176).
Another reason why I don't think it should be an issue on this repo is that when users visit an open source project and see a bunch of open issues, it is not a good sign. Issues here should be actionable items we can eventually close.
Ok, I'll close this. Would still be good to know if there's a reason so many of our users are hitting yarn cache issues, but I guess that's low priority for now.
When trying to create project through:
yarn create prodo-app my-app --typescript
Sometimes people get the error:
error Incorrect integrity when fetching from the cache
Workaround: Run
yarn cache clean
or use npx.