-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
I can't install Sharp in Mac OSX #1683
Comments
Please see gatsbyjs/gatsby#13646 for Node.js 12 support in Gatsby. |
Thank you @lovell I will wait for that PR get merged. |
The gatsbyjs/gatsby#13646 was merged, but I still can't npm install sharp with node 12.1.0. Am I missing something?
|
@demisx Node 12 support was added in sharp 0.22.1 but this log says 0.22.0 is being installed. |
I'm getting the same error on Mac. Using sharp 0.22.1 with node 12.3.1. (Platform Gatsby v2)
|
Not sure if it was an npm issue, but it removed the node_modules folder and ran |
This version has support for node 12. See lovell/sharp#1683.
I am trying to install sharp for a Gatsby Js project.
First I installed libffi & vips using the following command
What is the output of running
npm install --verbose sharp
?What is the output of running
npx envinfo --binaries --languages --system --utilities
?Have you ensured the platform and version of Node.js used for
npm install
is the same as the platform and version of Node.js used at runtime?I don't understand this question.
The text was updated successfully, but these errors were encountered: