Skip to content

Commit

Permalink
Add dev hint how to set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjdr committed Nov 25, 2023
1 parent f9e77ac commit 011ccd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Developing the app.rt bundles extension

## Setting up the right Node version

Before starting to develop, debug, and build the extension, run

```bash
nvm alias default 16
```

This will make sure, that newly created terminals to build or run the extension will use the correct Node version (16 at the time of this writing)

## Test and debug extension

1. Open this project in VS Code
Expand Down

0 comments on commit 011ccd9

Please sign in to comment.