-
Notifications
You must be signed in to change notification settings - Fork 68
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
sharp <0.33 installation issues #202
Comments
Right, I didn't notice that pull request (#190). Sorry for that. Nevertheless, I think I will keep this issue open so that people that encounter this same problem will understand why. For those who came here because of the above error: TL;DR, one of |
@Kemystra Has the PR been released to npm? I am on latest ipx I come here because using Bun sharp is not getting installed. This has been fixed with The problem is cascading a bit because |
@MickL as of just now, no the PR (#190) is still in draft state (and And yeah, this problem is cascading. I came here in the first place from netlify/cli cuz I can't install that too. |
Yes it works fine in Bun with latest sharp Problem is that sharp is still in Hope sharp version will be updated soon in |
sharp
causes installation error
https://github.com/unjs/ipx/releases/tag/v3.0.0 (due to potential breaking changes, it is released as a major version in IPX same as sharp) |
Environment
Node: v21.5.0
npm: 10.2.5
Reproduction
This issue isn't related to
ipx
itself, but rather to itssharp
dependency.Describe the bug
ipx
currently depends on^sharp@0.32.0
. Thissharp
version (and other0.32.x
versions) utilizes a problematic custom install script that may fail on some machines (see lovell/sharp#3833 and lovell/sharp#3750). Anysharp
versions upwards of0.33.0
would have fixed this problem.For reference, this is one of the errors that may happen during installation:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: