prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

Yarn Cache Issue #180

Closed andrejak closed 5 years ago

andrejak commented 5 years ago

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.

coffee-cup commented 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

andrejak commented 5 years ago

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.

coffee-cup commented 5 years ago

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.

andrejak commented 5 years ago

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.

coffee-cup commented 5 years ago

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.

andrejak commented 5 years ago

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.