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
When running an expo build there is a Save cache step due to the cache key in eas.json.
However it results in the below error.
Saving to cache:
- /Users/expo/workingdir/node_modules/.cache/turbo
ENOENT: no such file or directory, lstat '/Users/expo/workingdir/node_modules/.cache/turbo'
To Reproduce
What steps did you perform which led to this issue?
Cloned down the repo
Placed our native app in apps/native
Triggered an expo build (this was iOS specific but imagine it applies to both)
Expected behavior
What did you expect to have happened?
The cache is saved as intended b y the defined path
Actual behavior
What did it actually result in?
Saving to cache:
- /Users/expo/workingdir/node_modules/.cache/turbo
ENOENT: no such file or directory, lstat '/Users/expo/workingdir/node_modules/.cache/turbo'
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
Description of the bug
How would you shortly summarise the issue?
When running an expo build there is a
Save cache
step due to thecache
key ineas.json
.However it results in the below error.
To Reproduce
What steps did you perform which led to this issue?
Expected behavior
What did you expect to have happened?
The cache is saved as intended b y the defined path
Actual behavior
What did it actually result in?
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
No other context unfortunately only that removing
resolved the issue. Did attempt to alter the paths to a few different levels but each time resulted in a failure.
The text was updated successfully, but these errors were encountered: