-
Notifications
You must be signed in to change notification settings - Fork 7.8k
fix netlify (?) #1065
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
fix netlify (?) #1065
Conversation
Deploy preview for reactjs ready! Built with commit 47e398a |
@@ -35,7 +35,9 @@ export const pageQuery = graphql` | |||
prev | |||
} | |||
fields { | |||
path | |||
path { | |||
id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KyleAMathews any idea why this now requires { ... }
?
new errors at least:
|
works locally...
IDK... you can debug the Netlify docker build locally apparently, might try that later https://github.com/netlify/build-image#testing-locally |
Looks like a bad node_modules cache where pngquant is missing |
Nuking the cache before every build seems reasonable given how many problems we've had with it |
Thank you! |
tweaking stuff for netlify to try to fix #1058