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
Environment: pnpm: v8.7.4 node: v21.2.0 npm: v9.5.0
Description: Failed to install with pnpm command (pnpm add -D @capacitor/assets) Cause by sharp v0.32.5 post install script
pnpm add -D @capacitor/assets
sharp
v0.32.5
post install script
Soluton proposed: It seem like sharp has fixed the issue of post install script and release v0.33.0 Upgrade sharp dependecies to v0.33.0
v0.33.0
Related Links: lovell/sharp#3351 lovell/sharp#3750 (comment)
The text was updated successfully, but these errors were encountered:
sharp 0.33.x does not work with regular node 18 / npm 10: see PR #599
Sorry, something went wrong.
No branches or pull requests
Environment:
pnpm: v8.7.4
node: v21.2.0
npm: v9.5.0
Description:
![Screenshot 2023-12-05 at 00 26 05](https://private-user-images.githubusercontent.com/45387123/287765393-b57df579-90c5-4c78-9c5d-ea653b3a18af.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4Nzk0MjksIm5iZiI6MTczOTg3OTEyOSwicGF0aCI6Ii80NTM4NzEyMy8yODc3NjUzOTMtYjU3ZGY1NzktOTBjNS00Yzc4LTljNWQtZWE2NTNiM2ExOGFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDExNDUyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5M2M0ZWJkZGFkNWUyZGNhM2Y3NzJkMmY3NmY2ZWE2MDkxM2E2Y2FkNzBkNmMxOTFjNDA4NDUxYWFiM2U2NjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.cJBkWyKtY0t2jbQR97r5KQ36tK9PRLBlj-0dkLOvzZA)
Failed to install with pnpm command (
pnpm add -D @capacitor/assets
)Cause by
sharp
v0.32.5
post install script
Soluton proposed:
It seem like
sharp
has fixed the issue ofpost install script
and releasev0.33.0
Upgrade
sharp
dependecies tov0.33.0
Related Links:
lovell/sharp#3351
lovell/sharp#3750 (comment)
The text was updated successfully, but these errors were encountered: