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
Describe the bug Unable to run npm install on Apple M1
npm install
Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8 unable to compile on M1
To Reproduce Steps to reproduce the behavior:
Expected behavior install should run fine
Screenshots Log "Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8" sharp, fatal error: 'vips/vips8' file not found
SOLUTION New Pre-build binaries are available now. But the project or dependencies of it still try to use the old binaries.
npm upgrade npm install
npm upgrade
otherwise:
https://sharp.pixelplumbing.com/install#apple-m1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Unable to run
npm install
on Apple M1Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8
unable to compile on M1
To Reproduce
Steps to reproduce the behavior:
npm install
Expected behavior
install should run fine
Screenshots
Log "Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8"
sharp, fatal error: 'vips/vips8' file not found
SOLUTION
New Pre-build binaries are available now. But the project or dependencies of it still try to use the old binaries.
npm upgrade
npm install
otherwise:
https://sharp.pixelplumbing.com/install#apple-m1
The text was updated successfully, but these errors were encountered: