From ffaaf80028865babe920278ce6f49a325636f23b Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Wed, 24 Jul 2024 00:00:42 +0700 Subject: [PATCH] docs: add warning for yarn & sharp dependency (#331) Resolves #317 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1f77e5..e9d1f4e 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