diff --git a/.nvmrc b/.nvmrc index 3027af39c1b..53d838af215 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.10.0 +lts/gallium diff --git a/README.md b/README.md index 66855796e7d..f076c63d88b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Browser has a subproject of re-usable components bundled together and exposed as ## Development -Running Neo4j Browser locally requires Node.js (^12.4.0) and for dependencies we use yarn (`npm install -g yarn`). +Running Neo4j Browser locally requires Node.js (lts/gallium), you can install it with `nvm install` on the root of the repo, and for dependencies we use yarn (`npm install -g yarn`). To install dependencies and then start the development server at `http://localhost:8080`: ```shell