-
-
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
Issue with Nodejs 13.8.0 #2084
Comments
I cannot reproduce this with node 13.8.0 and sharp 0.24.1, except if I
Are you sure that |
|
Current version of npm is 6.13.7 as of 20 days ago. Using that version I'm unable to install as well with Node 13.8.0. Update: No error when installing with yarn. This issue only happens when sharp is installed with npm through a Gatsby installation due to issues with one of it's packages which I traced to be the |
Please ensure there are no conflicting or globally-installed outdated versions of sharp. The output of the following commands will help determine this: npm ls sharp
npm ls -g sharp |
I can confirm that this is an issue when running node 13.8.0. Switching to an older version doesn't trigger the error. |
@ntelkedzhiev Have you ensured the platform and version of Node.js used for |
Yes. |
There's existing help for Electron users at https://sharp.pixelplumbing.com/install#electron |
@averri Were you able to make any progress with this? |
I have reverted the project to Node 12.16.0. It could be reopened again if someone find a reproducible steps. |
I'm trying to run
sharp v0.24.1
withNodejs v13.8.0
and this is the error when running the application (which works fine with Nodejs v.12):I have removed
node_modules
andyarn.lock
and runyarn install
with no success.The text was updated successfully, but these errors were encountered: