Update minimum node version to 8.10 in README (#5635)

This commit is contained in:
Ian Sutherland
2018-10-30 18:09:41 -06:00
committed by Joe Haddad
parent d671b8fb04
commit b18ea6c818

View File

@@ -34,7 +34,7 @@ Just create a project, and youre good to go.
## Creating an App
**Youll need to have Node 8.9.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.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.
To create a new app, you may choose one of the following methods: