From 62a1fee8174e039d75e9cdd04f8e283b8e0c5773 Mon Sep 17 00:00:00 2001 From: Thimo <68739517+ThimoDEV@users.noreply.github.com> Date: Sat, 23 Mar 2024 11:57:10 +0100 Subject: [PATCH] docs: advise installing nuxi for debugging with pnpm (#26447) --- docs/2.guide/3.going-further/9.debugging.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/2.guide/3.going-further/9.debugging.md b/docs/2.guide/3.going-further/9.debugging.md index 0771c6d959..59558ba67d 100644 --- a/docs/2.guide/3.going-further/9.debugging.md +++ b/docs/2.guide/3.going-further/9.debugging.md @@ -38,6 +38,10 @@ It is possible to debug your Nuxt app in your IDE while you are developing it. You may need to update the config below with a path to your web browser. For more information, visit the [VS Code documentation about debug configuration](https://go.microsoft.com/fwlink/?linkid=830387). +::important +If you use `pnpm`, you will need to have `nuxi` installed as a devDependency for the configuration below to work. +:: + ```json5 { // Use IntelliSense to learn about possible attributes.