इसे छोड़कर कंटेंट पर जाएं
This is an unmaintained snapshot of the Astro v4 docs. View the latest docs.

Could not find Sharp.

यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।

MissingSharp: Could not find Sharp. Please install Sharp (sharp) manually into your project or migrate to another image service.

Sharp is the default image service used for astro:assets. When using a strict package manager like pnpm, Sharp must be installed manually into your project in order to use image processing.

If you are not using astro:assets for image processing, and do not wish to install Sharp, you can configure the following passthrough image service that does no processing:

import { defineConfig, passthroughImageService } from "astro/config";
export default defineConfig({
image: {
service: passthroughImageService(),
},
});

See Also:

योगदान करें

आपके दिमाग में क्या है?

समुदाय