Skip to content

Commit

Permalink
Add docs info about node version
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Oct 11, 2022
1 parent 2042e00 commit 127ff7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/wiki/make-elpis-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ Update docs if required with any description of changed functionality. Pushing t

## Try the code

Test GUI build as a sanity check that the app builds and eslint is happy.
Test GUI build as a sanity check that the app builds and eslint is happy. You may need to set your local Node to the version required for the GUI. These commands use *asdf* to manage Node version. Information about installing and using *asdf* are [here](https://asdf-vm.com/).

```
cd ~/sandbox/elpis/elpis/gui
asdf local nodejs 15.14.0
yarn install && yarn build
```

Expand Down

0 comments on commit 127ff7a

Please sign in to comment.