Skip to content

Node.JS setup

Here are the steps to set up Node.JS in VS Code with mise:

  1. Install the mise-vscode extension (if not already installed)
  2. Open a project with a mise.toml file (or any other files supported by mise)

The NodeJS (js-debug) extension is bundled with VS Code.

In this example, you can see that the NodeJS SDK was automatically detected and configured by mise-vscode. We can see that the correct version of NodeJS is used when using the debugger.

nodejs setup