Skip to content

Commit bb406fc

Browse files
authored
Update installation.md
1 parent 3cc4d5a commit bb406fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user-docs/installation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Development dependencies include:
2525

2626
* [Make](https://en.wikipedia.org/wiki/Make_%28software%29): usually present on any Unix systems.
2727
* [Rsync](https://en.wikipedia.org/wiki/Rsync): usually present on any Unix systems.
28-
* [Node](https://nodejs.org/): usually present on any Unix systems. For development environments we recommends installing [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) which will allow you to easily install and switch between different versions.
28+
* [Node](https://nodejs.org/): usually present on any Unix systems. Please refer to the `engines` property in [pacakge.json](https://github.com/informatics-isi-edu/chaise/blob/master/package.json) to find the supported versions.
29+
* For development environments we recommends installing [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) which will allow you to easily install and switch between different versions.
2930
* Additional dependencies specified in [package.json](./package.json) will be automatically retrieved by NPM.
3031

3132

0 commit comments

Comments
 (0)