You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sharp is actually a peer dependency and kind of needs to be. Having different versions of Sharp in the same top level node app with different backing libvips binaries can cause issues.
The image.js file uses Sharp, so there is a runtime error because Sharp is only a dev dependency.
Suggest moving to dependency.
Error: Cannot find module 'sharp'
Require stack
The text was updated successfully, but these errors were encountered: