v4 icon indicating copy to clipboard operation
v4 copied to clipboard

Issues deploying via Netlify

Open chasebrownn opened this issue 1 year ago • 2 comments

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: image

chasebrownn avatar Jan 09 '24 01:01 chasebrownn

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.

chasebrownn avatar Jan 09 '24 01:01 chasebrownn

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

chandrikadeb7 avatar Apr 16 '24 18:04 chandrikadeb7