Skip to content

Commit

Permalink
add node.js diag
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 26, 2023
1 parent 64668d0 commit 8bdd1c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/docs/getting-started/vscode/troubleshooting.mdx
Expand Up @@ -4,6 +4,23 @@ sidebar_position: 5

# Troubleshooting {#troubleshooting}

## Node.JS v18+ not installed

Make sure that your installed [Node.JS](https://nodejs.org/en/download) version is v18+. Some linux distribution may
install an older version of Node.JS by default.

```bash
> node --version
v18.16.0
```

:::tip

[nvm](https://github.com/nvm-sh/nvm) is a convinient way to install
and manage multiple Node.JS versions.

:::

## DeviceScript CLI not installed

The development server runs the DeviceScript command line (`@devicescript/cli`) installed
Expand Down

0 comments on commit 8bdd1c6

Please sign in to comment.