"js/src/collapse/collapse.js" did not exist on "9201a805101943f9ec088639d520d7d2874bbed1"
add node engine to package.json and call checkNodeVersion function in cli (#88)
Showing
+6 -0
... | @@ -4,6 +4,9 @@ | ... | @@ -4,6 +4,9 @@ |
"description": "Configuration and scripts for Create React App.", | "description": "Configuration and scripts for Create React App.", | ||
"repository": "facebookincubator/create-react-app", | "repository": "facebookincubator/create-react-app", | ||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"engines": { | |||
"node": ">=4" | |||
}, | |||
"bugs": { | "bugs": { | ||
"url": "https://github.com/facebookincubator/create-react-app/issues" | "url": "https://github.com/facebookincubator/create-react-app/issues" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment