Explorar el Código

Changed Node.js 4.1 to 4.3 due to security issues and Parse Server requring Node.js 4.3

Steve Tietze hace 9 años
padre
commit
ac6eb31b36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
 
 
 ### For Local Development
 ### For Local Development
 
 
-* Make sure you have at least Node 4.1. `node --version`
+* Make sure you have at least Node 4.3. `node --version`
 * Clone this repo and change directory to it.
 * Clone this repo and change directory to it.
 * `npm install`
 * `npm install`
 * Install mongo locally using http://docs.mongodb.org/master/tutorial/install-mongodb-on-os-x/
 * Install mongo locally using http://docs.mongodb.org/master/tutorial/install-mongodb-on-os-x/