소스 검색

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

Steve Tietze 9 년 전
부모
커밋
ac6eb31b36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
-* 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.
 * `npm install`
 * Install mongo locally using http://docs.mongodb.org/master/tutorial/install-mongodb-on-os-x/