Error: Something went wrong installing the “sharp” module

I’m getting this error when I try to run gatsby develop, so far I’ve tried:

  1. npm install –ignore-scripts=false –verbose sharp
  2. npm install –platform=win32 –arch=x64 sharp
  3. npm clean cache –force
  4. gatsby clean
  5. deleting node_modules, package-lock.json and then npm install
  6. 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.