From 56451a44024d5b18401a8e743c8cc5fb9adf58d1 Mon Sep 17 00:00:00 2001 From: Luke Nelson Date: Mon, 4 Sep 2023 11:11:20 +0100 Subject: [PATCH] docs: Fix a typo. --- docs/content/1.guide/0.getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/1.guide/0.getting-started.md b/docs/content/1.guide/0.getting-started.md index 8402dc334d..94bb52d7ea 100644 --- a/docs/content/1.guide/0.getting-started.md +++ b/docs/content/1.guide/0.getting-started.md @@ -115,5 +115,6 @@ You can opt-in to the edge release channel by updating your `package.json`: If you are using Nuxt, [use the Nuxt edge channel](https://nuxt.com/docs/guide/going-further/edge-channel#opting-into-the-edge-channel) as it already includes `nitropack-edge`. :: +Remove any lockfile (`package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`) and reinstall the dependencies.