docs: add warning for yarn & sharp dependency (#331)

Resolves #317
This commit is contained in:
Sat Naing
2024-07-24 00:00:42 +07:00
committed by GitHub
parent 614e54c2f6
commit ffaaf80028
+2
View File
@@ -118,6 +118,8 @@ yarn create astro --template satnaing/astro-paper
pnpm dlx create-astro --template satnaing/astro-paper
```
> **_Warning!_** If you're using `yarn 1`, you might need to [install `sharp`](https://sharp.pixelplumbing.com/install) as a dependency.
Then start the project by running the following commands:
```bash