From 011ccd9a2e72d3e9098c259e23e1430544f99d3a Mon Sep 17 00:00:00 2001 From: Jan Drewnak Date: Sat, 25 Nov 2023 17:50:24 +0100 Subject: [PATCH] Add dev hint how to set node version --- DEVELOPMENT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 14074bf..127c3c4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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