Update minimum Node version in README (#7182)

This commit is contained in:
Jon Seidel
2019-07-10 08:56:48 -07:00
committed by Ian Sutherland
parent e50e795429
commit 00b5fa903c

View File

@@ -34,7 +34,7 @@ Just create a project, and youre good to go.
## Creating an App
**Youll need to have Node 8.10.0 or later on your local development machine** (but its not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
**Youll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine** (but its not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
To create a new app, you may choose one of the following methods: