Try rebuilding native modules with
@electron/rebuild
Another, more destructive approach is to nuke your node_modules along with any lock files and doing a reinstall with
npm install sharp --platform=win32 --arch=x64
...outlining the binary you desire with parameters shown above