From bd4623b1bf8ee47892f58218fcbd3a2d507f9951 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 10 Nov 2022 17:26:16 +0100 Subject: [PATCH] update docs --- docs/content/1.getting-started/2.installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/1.getting-started/2.installation.md b/docs/content/1.getting-started/2.installation.md index 190ecc8041f..63153014fd2 100644 --- a/docs/content/1.getting-started/2.installation.md +++ b/docs/content/1.getting-started/2.installation.md @@ -79,6 +79,10 @@ pnpm install :: +::alert +**Note:** If using **pnpm**, make sure to have `.npmrc` with `shamefully-hoist=true` inside it before `pnpm install`. +:: + ## Development Server Now you'll be able to start your Nuxt app in development mode: