We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
vips
The text was updated successfully, but these errors were encountered:
same issue for linux, the solution was npm install --ignore-scripts=false --foreground-scripts --verbose sharp
npm install --ignore-scripts=false --foreground-scripts --verbose sharp
Sorry, something went wrong.
No branches or pull requests
When trying to run the project, the following error occured for me:
The solution was to install
vips
via brew, to delete the node_modules directory and to rerun npm install.The text was updated successfully, but these errors were encountered: