v4
v4 copied to clipboard
Issues deploying via Netlify
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:
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