From 33a9d119153c8237ddfea48883da48c0a82021aa Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Fri, 27 May 2022 10:02:45 +0200 Subject: [PATCH] docs: add `--shamefully-hoist` argument to pnpm install --- docs/content/2.get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.get-started.md b/docs/content/2.get-started.md index 5bf89f7ed..44afd0d5e 100644 --- a/docs/content/2.get-started.md +++ b/docs/content/2.get-started.md @@ -45,7 +45,7 @@ Before getting started, please **make sure to have installed the recommended set npm install ``` ```bash [pnpm] - pnpm install + pnpm install --shamefully-hoist ``` ::