DEV Community

Discussion on: A Beginner's Guide on Creating a Portfolio Website with Github and Gatsby

 
geocine profile image
Aivan Monceller

You can try, Deleting node_modules, .cache, public then do

npm cache clean --force
npm install

If its still not working on your machine for some reason, then install sharp manually

npm install sharp --unsafe-perm