From 8403f5bcc555e436207c6fbff402e0e35a1d5d23 Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 23 Jul 2024 23:47:31 +0700 Subject: [PATCH] docs: add warning for yarn & sharp dependency Resolves #317 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1f77e5e3..e9d1f4e35 100644 --- a/README.md +++ b/README.md @@ -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