Missing sharp module when deploy to production on Linux server

Cannot find module ‘sharp’

How did you resolve? @Kodiak?

If you are using Node Js

Does your package.json contain:
"sharp": "^0.29.3"

package.json can be found by going to the site manager (where your pages are), then selecting files it should be in the first folder

yes, but the error is on the production server it seems to me that it did not install

Do you get any errors when running install node packages on either target? Also have you tried a full deploy?

yes this error

Error: \nSomething went wrong installing the “sharp” module\n\nCannot find module ‘…/build/Release/sharp-linux-x64.node’\n\nPossible solutions:\n- Install with the --verbose flag and look for errors: “npm install --ignore-scripts=false --verbose sharp”\n- Install for the current runtime: “npm install --platform=linux --arch=x64 sharp”\n- Consult the installation documentation: https://sharp.pixelplumbing.com/install\n

Move this to new topic as it was totally unrelated to the previous Mac problem.

Please describe what your production target is and did you run npm install on it.

1 Like

hi @George this is my vps
image

nodejs vs12 is yes i run npm i command

It’s giving this error

Well maybe you can update to node 14 and make sure you run npm install again now only once in the beginning.

update nodejs vs16

still with the same error

Make sure you upload the new package.json and then run npm install

same error doesn’t work, I already deleted and reuploaded the package.json :thinking:

Delete also the package-lock.json - it will be autocreated by npm install

Hello, Geoge nodejs updated vs.16.15.1,

I uploaded the whole site again, run npm install and still not working, what am I doing wrong?

image

I managed to solve it by uploading the project again, after removing the package-lock.json file and running an npm update, to finish I restarted nodejs.

I hope it helps!