-
Notifications
You must be signed in to change notification settings - Fork 3
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
Attempted to cache: .cache ... but failed. :( #27
Comments
I'm investigating this right now. Probably, the bug hides in Netlify's build tool cache utility, that wasn't updated for the last year, maybe something was changed on the backend. There is no way the bug in the plugin, it's too simple to fail anywhere :) |
@nomeata Any updates? The only thing I suspect now is bad file paths. Somehow, Node just does that from time to time. When the plugin says that it did something to 2 files, it actually means 1 folder specified by the user, and node_modules directory. Yeahhh, good luck figuring it out without digging. Tested in one of my projects, seems to work without a hiccup. The config's down below (yes, I'm using tabs for indentation):
|
TLDR: Try a path that does not start with a dot. Maybe they put a regex for path transforms that is shooting back |
No updates, sorry. I think I even forgot what precisely I was trying to do back then, and found some workaround |
I am trying to use this plugin, but I get the relatively unhelpful message
I have
and my
build
command really writes stuff to.cache
.What could that be? And could the error message be more helpful?
The text was updated successfully, but these errors were encountered: