Unable to build a new Gatsby project via the CLI using Apple Silicon (M1) #30528
Unanswered
mrpbennett
asked this question in
Help
Replies: 1 comment 4 replies
-
Hey. You can try installing libvips manually. If you have homebrew, run |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am unable to build a new project using the CLI on M1 MBP, as the build process crashes during installing plugins
Steps to reproduce
run
npm init Gatsby
on a M1 MacExpected result
Should build without any issues
Actual result
I get the following error in my terminal:
Main error
ERR! sharp Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8
Environment
Beta Was this translation helpful? Give feedback.
All reactions