Next 15.1 local build: Module "Sharp" not found
Unanswered
Wesley Janse posted this in #help-forum
After upgraden to
Module
How should I go around this?
Next 15.1
and React 19
I get the following error during Next Build
Module
sharp
not found. Please run npm install --cpu=wasm32 sharp
to install it.How should I go around this?
6 Replies
well it said "Please run npm install --cpu=wasm32 sharp to install it."...
Yes i understand that, I tried that but that didn't solve it. do I have to install it globally?
No donโt install it globally.
After installing it locally, what is the package.json file content?
After installing it locally, what is the package.json file content?
@Wesley Janse Yes i understand that, I tried that but that didn't solve it. do I have to install it globally?
Mini Satin
So you need to use sharp client side ? I need a solution as well
Mini Satin
@Wesley Janse Did you seen that ?
no, OP is not trying to use in the browser. OP is using
next/image
but the architecture on which the server is run does not support sharp
natively, though npm install --cpu=wasm32 sharp
will install the slower wasm build of sharp
to that server so that next/image
still works