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
Hello. I forked your awesome website repo and went to deploy to netlify just to understand the deployment process and even though I can build just fine locally, building when deploying on netlify results in build failures.
My build settings are nothing special, I really only assigned the npm run build command and it knows it's a gatsby project.
When building:
The text was updated successfully, but these errors were encountered:
I should also note that right when I initially deployed to netlify (without making any changes), the project deployed just fine to netlify. Once I deleted yarn.lock to get a safe build locally that's when it started failing netlify.
I should also note that right when I initially deployed to netlify (without making any changes), the project deployed just fine to netlify. Once I deleted yarn.lock to get a safe build locally that's when it started failing netlify.
Make sure you remove the node_modules and go via npm install --force command
Hello. I forked your awesome website repo and went to deploy to netlify just to understand the deployment process and even though I can build just fine locally, building when deploying on netlify results in build failures.
My build settings are nothing special, I really only assigned the
npm run build
command and it knows it's a gatsby project.When building:
The text was updated successfully, but these errors were encountered: