mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 17:21:11 +08:00
Merge pull request #3580 from exponentjs/cli-version-check
[CLI] Make `react-native init` check your Node version
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
"react-native": "index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"prompt": "^0.2.14"
|
||||
"chalk": "^1.1.1",
|
||||
"prompt": "^0.2.14",
|
||||
"semver": "^5.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user