Skip to content

Commit

Permalink
docs: advise installing nuxi for debugging with pnpm (#26447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThimoDEV committed Mar 23, 2024
1 parent adc3627 commit 62a1fee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/2.guide/3.going-further/9.debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 62a1fee

Please sign in to comment.