strapi-plugin-responsive-image icon indicating copy to clipboard operation
strapi-plugin-responsive-image copied to clipboard

Sharp module version

Open DominicBisschop opened this issue 2 years ago • 0 comments

When I tried to use your npm package, I constantly got an error with module errors with sharp. So I searched the internet and tried several things. The only thing that worked for me was:

  • Deleting node_module package for sharp
  • Updated the sharp module to the latest version in the package.json of your plugin
  • After that it worked like a charm!

Can you update your package so it always uses the latest or stable version of sharp? That would mean we don't have to run post deployment scripts to update the version everytime!

Great plugin and thanks in advance!

Greetings, Dominic Bisschop

DominicBisschop avatar Dec 15 '21 14:12 DominicBisschop