Salta ai contenuti
This is an unmaintained snapshot of the Astro v4 docs. View the latest docs.

Could not find Sharp.

Questi contenuti non sono ancora disponibili nella tua lingua.

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:

Contribuisci

A cosa stai pensando?

Crea una Issue su GitHub

Il modo più rapido per segnalare un problema al nostro team.

Comunità