You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, I'd prefer not to make this change. We used to store the cache inside of node_modules/jest/.haste_cache and we had a ton of problems, like watchman would crawl this and then get out of sync and a ton of other tools at FB on all codebases would go mad with this. It should be easy to set "cacheDirectory": "/node_modules/.cache/jest" or something
~ @cpojer
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Noticed when debugging facebook/create-react-app#1179?
my suggestion is using https://github.com/avajs/find-cache-dir
We added it to
babel-loader
via babel/babel-loader#301 although later a fallback to os babel/babel-loader#318The text was updated successfully, but these errors were encountered: