You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Macs with the new M1 chip the sharp dependency causes the npm install to crash. It's possible to avoid this issue by installing vips globally as described in this comment. Maybe this should be mentioned in the Readme?
Oh, i see. But the package.json says ^0.27.1 which won't resolve to 0.28.x. I added a pull request, that might do the trick. Since a newer version of Puppeteer is also required the TS type definitions might not be up-to-data with this version.
On Macs with the new M1 chip the
sharp
dependency causes thenpm install
to crash. It's possible to avoid this issue by installing vips globally as described in this comment. Maybe this should be mentioned in the Readme?lovell/sharp#2460 (comment)
The text was updated successfully, but these errors were encountered: