Skip to content

Commit 2e9c50b

Browse files
authored
chore: add installation of node to readme (#909)
Add installation of node to readme
1 parent 8b934a1 commit 2e9c50b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Repo for the VSCode Septic Extension with a monorepo structure.
44

55
## Development
66

7+
Node is required for development and can be installed by using [node version manager](https://github.com/coreybutler/nvm-windows). After installation install node version 22 and select that version by running:
8+
9+
```bash
10+
nvm install 22
11+
nvm use 22
12+
```
13+
14+
Nvm also installs npm.
15+
716
[pnpm](https://pnpm.io/) is used as package manager for the project and manage the workspaces. To install:
817

918
```bash

0 commit comments

Comments
 (0)