From 109d9e93f5c7989c843e1c732d73934612d1bd77 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 22 Nov 2019 23:40:11 +0000 Subject: [PATCH] docs: added doc updates for Node 12 (#2730) --- docs/source/version-5-development.md | 2 +- docs/source/version-5-installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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