Something went wrong installing the “sharp” module
no suitable image found. Did find:
…/sharp.node: mach-o, but wrong architecture
Solution for me was to run:
npm cache clean –force
npm cache verify
I probably had some old x86 module inside the npm cache folder.