-
Notifications
You must be signed in to change notification settings - Fork 0
Prerequirement
flyw edited this page Jul 12, 2018
·
2 revisions
-
Ignite CLI

Ignite CLI 是一个命令行工具,可以用命令行生成 react native 的boilerplate 代码
-
Node 7.6+
在 ignite 的文档上说 Node 8 的debuger 有问题,所以要切换到Node 7.6+ 的版本
Note: July 2017 Users of Node 8.0+ should beware of issues with debugging. V8 uses the inspector protocol and no longer allows --debug and --debug-brk. But inspector does not run well with Chrome debugger (and probably also not with VS Code debugger and node-inspector). Breakpoints are not hit, or debugger doesn't disconnect. So inform yourself well before going this route. See https://github.com/nodejs/node/issues/7593 (and many related issues) for more info.
版本切换可以使用 n
-
python2
-
jdk8
-
WebStrom
开发IDE
-
Android Studio 3.x / Xcode
运行时 环境