I’m getting this error when I try to run gatsby develop, so far I’ve tried:
- npm install –ignore-scripts=false –verbose sharp
- npm install –platform=win32 –arch=x64 sharp
- npm clean cache –force
- gatsby clean
- deleting node_modules, package-lock.json and then npm install
- updating to the latest node, npm and gatsby version
this is the specific error:
Error: Something went wrong installing the “sharp” module
The specified module could not be found.
node_modulessharpbuildReleasesharp-win32-x64.node
I checked for that specific module in that specific folder and it’s there… Any ideas? No errors or whatsoever when I tried all the above solutions.