You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-docs/installation.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ Development dependencies include:
25
25
26
26
*[Make](https://en.wikipedia.org/wiki/Make_%28software%29): usually present on any Unix systems.
27
27
*[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.
29
30
* Additional dependencies specified in [package.json](./package.json) will be automatically retrieved by NPM.
0 commit comments