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

Issue with "sharp" module on MacOS #2

Open
morja opened this issue Sep 13, 2023 · 1 comment
Open

Issue with "sharp" module on MacOS #2

morja opened this issue Sep 13, 2023 · 1 comment

Comments

@morja
Copy link

morja commented Sep 13, 2023

When trying to run the project, the following error occured for me:

...
Error:
Something went wrong installing the "sharp" module

Cannot find module '../build/Release/sharp-darwin-x64.node'
...

The solution was to install vips via brew, to delete the node_modules directory and to rerun npm install.

@phaylali
Copy link

phaylali commented Sep 15, 2023

same issue for linux, the solution was npm install --ignore-scripts=false --foreground-scripts --verbose sharp

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

No branches or pull requests

2 participants