astro-lib icon indicating copy to clipboard operation
astro-lib copied to clipboard

astro-webmanifest compatability with Astro 3

Open nf404 opened this issue 2 years ago • 1 comments
trafficstars

Currently astro-webmanifest is incompatable with Astro 3 because of dependency from sharp@^0.31.3 On build it gives error:

MissingSharp: Could not find Sharp. Please install Sharp (`sharp`) manually into your project.

Updating dependency to sharp@^0.32.5 will fix the problem

nf404 avatar Sep 06 '23 16:09 nf404

Thanks for your issue. Just done in v1.0.

alextim avatar Sep 08 '23 13:09 alextim