diff --git a/docs/source/version-5-development.md b/docs/source/version-5-development.md index fbcef900a..6dd03f26c 100644 --- a/docs/source/version-5-development.md +++ b/docs/source/version-5-development.md @@ -6,7 +6,7 @@ permalink: /v5/developing/ Running Coral for development is very similar to installing Coral via Source as described above. -Coral requires NodeJS >=10, we recommend using `nvm` to help manage node +Coral requires NodeJS >=12, we recommend using `nvm` to help manage node versions: https://github.com/creationix/nvm. ```bash diff --git a/docs/source/version-5-installation.md b/docs/source/version-5-installation.md index 6372ae5f0..b4202b333 100644 --- a/docs/source/version-5-installation.md +++ b/docs/source/version-5-installation.md @@ -22,7 +22,7 @@ Try out a test version of Coral by running it via a Heroku App: - MongoDB >=4.2 - Redis >=3.2 -- NodeJS >=10 +- NodeJS >=12 - NPM >=6.7 ## Running @@ -79,7 +79,7 @@ Then head on over to http://localhost:3000 to install Coral! ### Source -Coral requires NodeJS >=10, we recommend using `nvm` to help manage node +Coral requires NodeJS >=12, we recommend using `nvm` to help manage node versions: https://github.com/creationix/nvm. ```bash