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
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.
Well maybe you can update to node 14 and make sure you run npm install again now only once in the beginning.
Make sure you upload the new package.json and then run npm install
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?
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!