Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When does one need to install @img/sharp-libvips-dev? #4099

Closed
make-github-pseudonymous-again opened this issue May 12, 2024 · 1 comment
Closed
Labels

Comments

@make-github-pseudonymous-again

I am using Meteor and its bundler keeps bogging me with the following missing module warning:

Unable to resolve some modules:

  "@img/sharp-libvips-dev/include" in ./node_modules/sharp/lib/libvips.js (web.browser)
  "@img/sharp-libvips-dev/cplusplus" in ./node_modules/sharp/lib/libvips.js (web.browser)
                                              
If you notice problems related to these missing modules, consider running:
                                              
  meteor npm install --save @img/sharp-libvips-dev

Should I install this missing dependency? As a dev dependency?

@lovell
Copy link
Owner

lovell commented May 12, 2024

No, this is one of sharp's own devDependencies and you do not require it to use sharp. It looks like a bug/feature of Meteor - see meteor/meteor#9285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants