docs: added doc updates for Node 12 (#2730)

This commit is contained in:
Wyatt Johnson
2019-11-22 23:40:11 +00:00
committed by GitHub
parent ff72d79748
commit 109d9e93f5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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