Created
January 6, 2017 19:08
-
-
Save guilhermednt/bbc1ba43c298341acc5a7e5293414fa5 to your computer and use it in GitHub Desktop.
react-native run-android problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ react-native init AwesomeProject | |
| This will walk you through creating a new React Native project in /home/.../AwesomeProject | |
| Installing react-native... | |
| Consider installing yarn to make this faster: https://yarnpkg.com | |
| npm WARN deprecated node-uuid@1.4.7: use uuid module instead | |
| ├── UNMET PEER DEPENDENCY react@~15.4.0-rc.4 | |
| └─┬ react-native@0.40.0 | |
| ├── absolute-path@0.0.0 | |
| ├── art@0.10.1 | |
| ├── async@2.1.4 | |
| ├─┬ babel-core@6.21.0 | |
| │ ├─┬ babel-code-frame@6.20.0 | |
| │ │ └── js-tokens@2.0.0 | |
| │ ├── babel-helpers@6.16.0 | |
| │ ├── babel-messages@6.8.0 | |
| │ ├── babel-template@6.16.0 | |
| │ ├── convert-source-map@1.3.0 | |
| │ ├── json5@0.5.1 | |
| │ ├─┬ minimatch@3.0.3 | |
| │ │ └─┬ brace-expansion@1.1.6 | |
| │ │ ├── balanced-match@0.4.2 | |
| │ │ └── concat-map@0.0.1 | |
| │ ├── path-is-absolute@1.0.1 | |
| │ ├── private@0.1.6 | |
| │ └── slash@1.0.0 | |
| ├─┬ babel-generator@6.21.0 | |
| │ ├─┬ detect-indent@4.0.0 | |
| │ │ └─┬ repeating@2.0.1 | |
| │ │ └── is-finite@1.0.2 | |
| │ └── jsesc@1.3.0 | |
| ├── babel-plugin-external-helpers@6.18.0 | |
| ├── babel-plugin-syntax-trailing-function-commas@6.20.0 | |
| ├─┬ babel-plugin-transform-flow-strip-types@6.21.0 | |
| │ └── babel-plugin-syntax-flow@6.18.0 | |
| ├─┬ babel-plugin-transform-object-rest-spread@6.20.2 | |
| │ └── babel-plugin-syntax-object-rest-spread@6.13.0 | |
| ├─┬ babel-polyfill@6.20.0 | |
| │ └── regenerator-runtime@0.10.1 | |
| ├─┬ babel-preset-es2015-node@6.1.1 | |
| │ ├── babel-plugin-transform-es2015-destructuring@6.19.0 | |
| │ ├─┬ babel-plugin-transform-es2015-function-name@6.9.0 | |
| │ │ └── babel-helper-function-name@6.18.0 | |
| │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.18.0 | |
| │ │ └── babel-plugin-transform-strict-mode@6.18.0 | |
| │ ├─┬ babel-plugin-transform-es2015-parameters@6.21.0 | |
| │ │ ├─┬ babel-helper-call-delegate@6.18.0 | |
| │ │ │ └── babel-helper-hoist-variables@6.18.0 | |
| │ │ └── babel-helper-get-function-arity@6.18.0 | |
| │ ├── babel-plugin-transform-es2015-shorthand-properties@6.18.0 | |
| │ ├── babel-plugin-transform-es2015-spread@6.8.0 | |
| │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.8.0 | |
| │ │ └── babel-helper-regex@6.18.0 | |
| │ └─┬ babel-plugin-transform-es2015-unicode-regex@6.11.0 | |
| │ └─┬ regexpu-core@2.0.0 | |
| │ ├── regenerate@1.3.2 | |
| │ ├── regjsgen@0.2.0 | |
| │ └─┬ regjsparser@0.1.5 | |
| │ └── jsesc@0.5.0 | |
| ├─┬ babel-preset-fbjs@2.1.0 | |
| │ ├── babel-plugin-check-es2015-constants@6.8.0 | |
| │ ├── babel-plugin-syntax-class-properties@6.13.0 | |
| │ ├── babel-plugin-syntax-jsx@6.18.0 | |
| │ ├── babel-plugin-transform-class-properties@6.19.0 | |
| │ ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 | |
| │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 | |
| │ ├── babel-plugin-transform-es2015-block-scoping@6.21.0 | |
| │ ├─┬ babel-plugin-transform-es2015-classes@6.18.0 | |
| │ │ ├── babel-helper-define-map@6.18.0 | |
| │ │ ├── babel-helper-optimise-call-expression@6.18.0 | |
| │ │ └── babel-helper-replace-supers@6.18.0 | |
| │ ├── babel-plugin-transform-es2015-computed-properties@6.8.0 | |
| │ ├── babel-plugin-transform-es2015-for-of@6.18.0 | |
| │ ├── babel-plugin-transform-es2015-literals@6.8.0 | |
| │ ├── babel-plugin-transform-es2015-object-super@6.8.0 | |
| │ ├── babel-plugin-transform-es2015-template-literals@6.8.0 | |
| │ ├── babel-plugin-transform-es3-member-expression-literals@6.8.0 | |
| │ ├── babel-plugin-transform-es3-property-literals@6.8.0 | |
| │ ├── babel-plugin-transform-react-display-name@6.8.0 | |
| │ └─┬ babel-plugin-transform-react-jsx@6.8.0 | |
| │ └── babel-helper-builder-react-jsx@6.21.1 | |
| ├─┬ babel-preset-react-native@1.9.1 | |
| │ ├── babel-plugin-react-transform@2.0.2 | |
| │ ├── babel-plugin-syntax-async-functions@6.13.0 | |
| │ ├── babel-plugin-transform-object-assign@6.8.0 | |
| │ ├── babel-plugin-transform-react-jsx-source@6.9.0 | |
| │ └─┬ babel-plugin-transform-regenerator@6.21.0 | |
| │ └── regenerator-transform@0.9.8 | |
| ├─┬ babel-register@6.18.0 | |
| │ ├─┬ home-or-tmp@2.0.0 | |
| │ │ └── os-homedir@1.0.2 | |
| │ └── source-map-support@0.4.8 | |
| ├─┬ babel-runtime@6.20.0 | |
| │ └── regenerator-runtime@0.10.1 | |
| ├─┬ babel-traverse@6.21.0 | |
| │ ├── globals@9.14.0 | |
| │ └── invariant@2.2.2 | |
| ├─┬ babel-types@6.21.0 | |
| │ ├── esutils@2.0.2 | |
| │ └── to-fast-properties@1.0.2 | |
| ├── babylon@6.14.1 | |
| ├── base64-js@1.2.0 | |
| ├─┬ bser@1.0.2 | |
| │ └── node-int64@0.4.0 | |
| ├─┬ chalk@1.1.3 | |
| │ ├── ansi-styles@2.2.1 | |
| │ ├── escape-string-regexp@1.0.5 | |
| │ ├── has-ansi@2.0.0 | |
| │ ├── strip-ansi@3.0.1 | |
| │ └── supports-color@2.0.0 | |
| ├─┬ commander@2.9.0 | |
| │ └── graceful-readlink@1.0.1 | |
| ├─┬ connect@2.30.2 | |
| │ ├── basic-auth-connect@1.0.0 | |
| │ ├─┬ body-parser@1.13.3 | |
| │ │ ├─┬ debug@2.2.0 | |
| │ │ │ └── ms@0.7.1 | |
| │ │ ├── iconv-lite@0.4.11 | |
| │ │ ├─┬ on-finished@2.3.0 | |
| │ │ │ └── ee-first@1.1.1 | |
| │ │ └─┬ raw-body@2.1.7 | |
| │ │ ├── bytes@2.4.0 | |
| │ │ └── iconv-lite@0.4.13 | |
| │ ├── bytes@2.1.0 | |
| │ ├─┬ compression@1.5.2 | |
| │ │ ├─┬ accepts@1.2.13 | |
| │ │ │ └── negotiator@0.5.3 | |
| │ │ ├─┬ compressible@2.0.9 | |
| │ │ │ └── mime-db@1.25.0 | |
| │ │ ├─┬ debug@2.2.0 | |
| │ │ │ └── ms@0.7.1 | |
| │ │ └── vary@1.0.1 | |
| │ ├─┬ connect-timeout@1.6.2 | |
| │ │ ├── debug@2.2.0 | |
| │ │ └── ms@0.7.1 | |
| │ ├── content-type@1.0.2 | |
| │ ├── cookie@0.1.3 | |
| │ ├── cookie-parser@1.3.5 | |
| │ ├── cookie-signature@1.0.6 | |
| │ ├─┬ csurf@1.8.3 | |
| │ │ └─┬ csrf@3.0.4 | |
| │ │ ├── base64-url@1.3.3 | |
| │ │ ├── rndm@1.2.0 | |
| │ │ ├── tsscmp@1.0.5 | |
| │ │ └─┬ uid-safe@2.1.3 | |
| │ │ └── random-bytes@1.0.0 | |
| │ ├─┬ debug@2.2.0 | |
| │ │ └── ms@0.7.1 | |
| │ ├── depd@1.0.1 | |
| │ ├─┬ errorhandler@1.4.3 | |
| │ │ ├─┬ accepts@1.3.3 | |
| │ │ │ └── negotiator@0.6.1 | |
| │ │ └── escape-html@1.0.3 | |
| │ ├─┬ express-session@1.11.3 | |
| │ │ ├── crc@3.3.0 | |
| │ │ ├─┬ debug@2.2.0 | |
| │ │ │ └── ms@0.7.1 | |
| │ │ └─┬ uid-safe@2.0.0 | |
| │ │ └── base64-url@1.2.1 | |
| │ ├─┬ finalhandler@0.4.0 | |
| │ │ ├─┬ debug@2.2.0 | |
| │ │ │ └── ms@0.7.1 | |
| │ │ ├── escape-html@1.0.2 | |
| │ │ └── unpipe@1.0.0 | |
| │ ├── fresh@0.3.0 | |
| │ ├─┬ http-errors@1.3.1 | |
| │ │ └── statuses@1.3.1 | |
| │ ├─┬ method-override@2.3.7 | |
| │ │ ├── debug@2.3.3 | |
| │ │ ├── methods@1.1.2 | |
| │ │ └── vary@1.1.0 | |
| │ ├─┬ morgan@1.6.1 | |
| │ │ ├── basic-auth@1.0.4 | |
| │ │ └─┬ debug@2.2.0 | |
| │ │ └── ms@0.7.1 | |
| │ ├─┬ multiparty@3.3.2 | |
| │ │ ├─┬ readable-stream@1.1.14 | |
| │ │ │ ├── core-util-is@1.0.2 | |
| │ │ │ ├── isarray@0.0.1 | |
| │ │ │ └── string_decoder@0.10.31 | |
| │ │ └── stream-counter@0.2.0 | |
| │ ├── on-headers@1.0.1 | |
| │ ├── parseurl@1.3.1 | |
| │ ├── pause@0.1.0 | |
| │ ├── qs@4.0.0 | |
| │ ├─┬ response-time@2.3.2 | |
| │ │ └── depd@1.1.0 | |
| │ ├─┬ serve-favicon@2.3.2 | |
| │ │ └── etag@1.7.0 | |
| │ ├─┬ serve-index@1.7.3 | |
| │ │ ├── batch@0.5.3 | |
| │ │ └─┬ debug@2.2.0 | |
| │ │ └── ms@0.7.1 | |
| │ ├─┬ serve-static@1.10.3 | |
| │ │ └─┬ send@0.13.2 | |
| │ │ ├── debug@2.2.0 | |
| │ │ ├── depd@1.1.0 | |
| │ │ ├── destroy@1.0.4 | |
| │ │ ├── ms@0.7.1 | |
| │ │ ├── range-parser@1.0.3 | |
| │ │ └── statuses@1.2.1 | |
| │ ├─┬ type-is@1.6.14 | |
| │ │ ├── media-typer@0.3.0 | |
| │ │ └── mime-types@2.1.13 | |
| │ ├── utils-merge@1.0.0 | |
| │ └── vhost@3.0.2 | |
| ├── core-js@2.4.1 | |
| ├─┬ debug@2.6.0 | |
| │ └── ms@0.7.2 | |
| ├── denodeify@1.2.1 | |
| ├── event-target-shim@1.1.1 | |
| ├─┬ fbjs@0.8.8 | |
| │ ├── core-js@1.2.7 | |
| │ ├── isomorphic-fetch@2.2.1 | |
| │ ├── loose-envify@1.3.0 | |
| │ ├── object-assign@4.1.0 | |
| │ ├── setimmediate@1.0.5 | |
| │ └── ua-parser-js@0.7.12 | |
| ├─┬ fbjs-scripts@0.7.1 | |
| │ ├── babel-preset-fbjs@1.0.0 | |
| │ ├── core-js@1.2.7 | |
| │ ├─┬ cross-spawn@3.0.1 | |
| │ │ ├─┬ lru-cache@4.0.2 | |
| │ │ │ ├── pseudomap@1.0.2 | |
| │ │ │ └── yallist@2.0.0 | |
| │ │ └─┬ which@1.2.12 | |
| │ │ └── isexe@1.1.2 | |
| │ ├─┬ gulp-util@3.0.8 | |
| │ │ ├── array-differ@1.0.0 | |
| │ │ ├── array-uniq@1.0.3 | |
| │ │ ├── beeper@1.1.1 | |
| │ │ ├── dateformat@2.0.0 | |
| │ │ ├─┬ fancy-log@1.3.0 | |
| │ │ │ └── time-stamp@1.0.1 | |
| │ │ ├─┬ gulplog@1.0.0 | |
| │ │ │ └── glogg@1.0.0 | |
| │ │ ├─┬ has-gulplog@0.1.0 | |
| │ │ │ └── sparkles@1.0.0 | |
| │ │ ├── lodash._reescape@3.0.0 | |
| │ │ ├── lodash._reevaluate@3.0.0 | |
| │ │ ├── lodash._reinterpolate@3.0.0 | |
| │ │ ├─┬ lodash.template@3.6.2 | |
| │ │ │ ├── lodash._basecopy@3.0.1 | |
| │ │ │ ├── lodash._basetostring@3.0.1 | |
| │ │ │ ├── lodash._basevalues@3.0.0 | |
| │ │ │ ├── lodash._isiterateecall@3.0.9 | |
| │ │ │ ├─┬ lodash.escape@3.2.0 | |
| │ │ │ │ └── lodash._root@3.0.1 | |
| │ │ │ ├─┬ lodash.keys@3.1.2 | |
| │ │ │ │ ├── lodash._getnative@3.9.1 | |
| │ │ │ │ ├── lodash.isarguments@3.1.0 | |
| │ │ │ │ └── lodash.isarray@3.0.4 | |
| │ │ │ ├── lodash.restparam@3.6.1 | |
| │ │ │ └── lodash.templatesettings@3.1.1 | |
| │ │ ├─┬ multipipe@0.1.2 | |
| │ │ │ └── duplexer2@0.0.2 | |
| │ │ ├── object-assign@3.0.0 | |
| │ │ ├── replace-ext@0.0.1 | |
| │ │ └─┬ vinyl@0.5.3 | |
| │ │ ├── clone@1.0.2 | |
| │ │ └── clone-stats@0.0.1 | |
| │ └─┬ through2@2.0.3 | |
| │ └─┬ readable-stream@2.2.2 | |
| │ ├── buffer-shims@1.0.0 | |
| │ ├── isarray@1.0.0 | |
| │ └── process-nextick-args@1.0.7 | |
| ├─┬ fs-extra@0.26.7 | |
| │ ├── jsonfile@2.4.0 | |
| │ └── klaw@1.3.1 | |
| ├─┬ glob@5.0.15 | |
| │ ├─┬ inflight@1.0.6 | |
| │ │ └── wrappy@1.0.2 | |
| │ ├── inherits@2.0.3 | |
| │ └── once@1.4.0 | |
| ├── graceful-fs@4.1.11 | |
| ├── image-size@0.3.5 | |
| ├── immutable@3.7.6 | |
| ├── imurmurhash@0.1.4 | |
| ├─┬ inquirer@0.12.0 | |
| │ ├── ansi-escapes@1.4.0 | |
| │ ├── ansi-regex@2.0.0 | |
| │ ├─┬ cli-cursor@1.0.2 | |
| │ │ └─┬ restore-cursor@1.0.1 | |
| │ │ ├── exit-hook@1.1.1 | |
| │ │ └── onetime@1.1.0 | |
| │ ├── cli-width@2.1.0 | |
| │ ├── figures@1.7.0 | |
| │ ├─┬ readline2@1.0.1 | |
| │ │ ├── code-point-at@1.1.0 | |
| │ │ ├─┬ is-fullwidth-code-point@1.0.0 | |
| │ │ │ └── number-is-nan@1.0.1 | |
| │ │ └── mute-stream@0.0.5 | |
| │ ├── run-async@0.1.0 | |
| │ ├── rx-lite@3.1.2 | |
| │ ├── string-width@1.0.2 | |
| │ └── through@2.3.8 | |
| ├─┬ jest-haste-map@17.0.3 | |
| │ ├── fb-watchman@1.9.0 | |
| │ └─┬ multimatch@2.1.0 | |
| │ ├── array-union@1.0.2 | |
| │ └── arrify@1.0.1 | |
| ├─┬ joi@6.10.1 | |
| │ ├── hoek@2.16.3 | |
| │ ├── isemail@1.2.0 | |
| │ ├── moment@2.17.1 | |
| │ └── topo@1.1.0 | |
| ├─┬ json-stable-stringify@1.0.1 | |
| │ └── jsonify@0.0.0 | |
| ├── json5@0.4.0 | |
| ├── left-pad@1.1.3 | |
| ├── lodash@4.17.4 | |
| ├── mime@1.3.4 | |
| ├─┬ mime-types@2.1.11 | |
| │ └── mime-db@1.23.0 | |
| ├── minimist@1.2.0 | |
| ├─┬ mkdirp@0.5.1 | |
| │ └── minimist@0.0.8 | |
| ├─┬ node-fetch@1.6.3 | |
| │ ├─┬ encoding@0.1.12 | |
| │ │ └── iconv-lite@0.4.15 | |
| │ └── is-stream@1.1.0 | |
| ├─┬ npmlog@2.0.4 | |
| │ ├── ansi@0.3.1 | |
| │ ├─┬ are-we-there-yet@1.1.2 | |
| │ │ └── delegates@1.0.0 | |
| │ └─┬ gauge@1.2.7 | |
| │ ├── has-unicode@2.0.1 | |
| │ ├── lodash.pad@4.5.1 | |
| │ ├── lodash.padend@4.6.1 | |
| │ └── lodash.padstart@4.6.1 | |
| ├── opn@3.0.3 | |
| ├─┬ optimist@0.6.1 | |
| │ ├── minimist@0.0.10 | |
| │ └── wordwrap@0.0.3 | |
| ├─┬ plist@1.2.0 | |
| │ ├── base64-js@0.0.8 | |
| │ ├── util-deprecate@1.0.2 | |
| │ ├─┬ xmlbuilder@4.0.0 | |
| │ │ └── lodash@3.10.1 | |
| │ └── xmldom@0.1.27 | |
| ├── progress@1.1.8 | |
| ├─┬ promise@7.1.1 | |
| │ └── asap@2.0.5 | |
| ├── react-clone-referenced-element@1.0.1 | |
| ├── react-timer-mixin@0.13.3 | |
| ├─┬ react-transform-hmr@1.0.4 | |
| │ ├─┬ global@4.3.1 | |
| │ │ ├─┬ min-document@2.19.0 | |
| │ │ │ └── dom-walk@0.1.1 | |
| │ │ └── process@0.5.2 | |
| │ └─┬ react-proxy@1.1.8 | |
| │ └── react-deep-force-update@1.0.1 | |
| ├── rebound@0.0.13 | |
| ├── regenerator-runtime@0.9.6 | |
| ├─┬ request@2.79.0 | |
| │ ├── aws-sign2@0.6.0 | |
| │ ├── aws4@1.5.0 | |
| │ ├── caseless@0.11.0 | |
| │ ├─┬ combined-stream@1.0.5 | |
| │ │ └── delayed-stream@1.0.0 | |
| │ ├── extend@3.0.0 | |
| │ ├── forever-agent@0.6.1 | |
| │ ├─┬ form-data@2.1.2 | |
| │ │ ├── asynckit@0.4.0 | |
| │ │ └── mime-types@2.1.13 | |
| │ ├─┬ har-validator@2.0.6 | |
| │ │ ├─┬ is-my-json-valid@2.15.0 | |
| │ │ │ ├── generate-function@2.0.0 | |
| │ │ │ ├─┬ generate-object-property@1.2.0 | |
| │ │ │ │ └── is-property@1.0.2 | |
| │ │ │ └── jsonpointer@4.0.1 | |
| │ │ └─┬ pinkie-promise@2.0.1 | |
| │ │ └── pinkie@2.0.4 | |
| │ ├─┬ hawk@3.1.3 | |
| │ │ ├── boom@2.10.1 | |
| │ │ ├── cryptiles@2.0.5 | |
| │ │ └── sntp@1.0.9 | |
| │ ├─┬ http-signature@1.1.1 | |
| │ │ ├── assert-plus@0.2.0 | |
| │ │ ├─┬ jsprim@1.3.1 | |
| │ │ │ ├── extsprintf@1.0.2 | |
| │ │ │ ├── json-schema@0.2.3 | |
| │ │ │ └── verror@1.3.6 | |
| │ │ └─┬ sshpk@1.10.1 | |
| │ │ ├── asn1@0.2.3 | |
| │ │ ├── assert-plus@1.0.0 | |
| │ │ ├── bcrypt-pbkdf@1.0.0 | |
| │ │ ├─┬ dashdash@1.14.1 | |
| │ │ │ └── assert-plus@1.0.0 | |
| │ │ ├── ecc-jsbn@0.1.1 | |
| │ │ ├─┬ getpass@0.1.6 | |
| │ │ │ └── assert-plus@1.0.0 | |
| │ │ ├── jodid25519@1.0.2 | |
| │ │ ├── jsbn@0.1.0 | |
| │ │ └── tweetnacl@0.14.5 | |
| │ ├── is-typedarray@1.0.0 | |
| │ ├── isstream@0.1.2 | |
| │ ├── json-stringify-safe@5.0.1 | |
| │ ├── oauth-sign@0.8.2 | |
| │ ├── qs@6.3.0 | |
| │ ├── stringstream@0.0.5 | |
| │ ├─┬ tough-cookie@2.3.2 | |
| │ │ └── punycode@1.4.1 | |
| │ ├── tunnel-agent@0.4.3 | |
| │ └── uuid@3.0.1 | |
| ├─┬ rimraf@2.5.4 | |
| │ └─┬ glob@7.1.1 | |
| │ └── fs.realpath@1.0.0 | |
| ├─┬ sane@1.4.1 | |
| │ ├─┬ exec-sh@0.2.0 | |
| │ │ └── merge@1.2.0 | |
| │ ├─┬ walker@1.0.7 | |
| │ │ └─┬ makeerror@1.0.11 | |
| │ │ └── tmpl@1.0.4 | |
| │ └── watch@0.10.0 | |
| ├── semver@5.3.0 | |
| ├─┬ shell-quote@1.6.1 | |
| │ ├── array-filter@0.0.1 | |
| │ ├── array-map@0.0.0 | |
| │ └── array-reduce@0.0.0 | |
| ├── source-map@0.5.6 | |
| ├── stacktrace-parser@0.1.4 | |
| ├─┬ temp@0.8.3 | |
| │ ├── os-tmpdir@1.0.2 | |
| │ └── rimraf@2.2.8 | |
| ├── throat@3.0.0 | |
| ├─┬ uglify-js@2.7.5 | |
| │ ├── async@0.2.10 | |
| │ ├── uglify-to-browserify@1.0.2 | |
| │ └─┬ yargs@3.10.0 | |
| │ ├── camelcase@1.2.1 | |
| │ ├─┬ cliui@2.1.0 | |
| │ │ ├─┬ center-align@0.1.3 | |
| │ │ │ ├─┬ align-text@0.1.4 | |
| │ │ │ │ ├─┬ kind-of@3.1.0 | |
| │ │ │ │ │ └── is-buffer@1.1.4 | |
| │ │ │ │ ├── longest@1.0.1 | |
| │ │ │ │ └── repeat-string@1.6.1 | |
| │ │ │ └── lazy-cache@1.0.4 | |
| │ │ ├── right-align@0.1.3 | |
| │ │ └── wordwrap@0.0.2 | |
| │ └── window-size@0.1.0 | |
| ├── whatwg-fetch@1.1.1 | |
| ├── wordwrap@1.0.0 | |
| ├─┬ worker-farm@1.3.1 | |
| │ ├─┬ errno@0.1.4 | |
| │ │ └── prr@0.0.0 | |
| │ └── xtend@4.0.1 | |
| ├─┬ write-file-atomic@1.3.0 | |
| │ └── slide@1.1.6 | |
| ├─┬ ws@1.1.1 | |
| │ ├── options@0.0.6 | |
| │ └── ultron@1.0.2 | |
| ├─┬ xcode@0.8.9 | |
| │ ├── node-uuid@1.4.7 | |
| │ ├── pegjs@0.9.0 | |
| │ └─┬ simple-plist@0.1.4 | |
| │ ├─┬ bplist-creator@0.0.4 | |
| │ │ └── stream-buffers@0.2.6 | |
| npm WARN react-native@0.40.0 requires a peer of react@~15.4.0-rc.4 but none was installed. | |
| ├─┬ xmldoc@0.4.0 | |
| │ └── sax@1.1.6 | |
| └─┬ yargs@6.6.0 | |
| ├── camelcase@3.0.0 | |
| ├─┬ cliui@3.2.0 | |
| │ └── wrap-ansi@2.1.0 | |
| ├── decamelize@1.2.0 | |
| ├── get-caller-file@1.0.2 | |
| ├─┬ os-locale@1.4.0 | |
| │ └─┬ lcid@1.0.0 | |
| │ └── invert-kv@1.0.0 | |
| ├─┬ read-pkg-up@1.0.1 | |
| │ ├─┬ find-up@1.1.2 | |
| │ │ └── path-exists@2.1.0 | |
| │ └─┬ read-pkg@1.1.0 | |
| │ ├─┬ load-json-file@1.1.0 | |
| │ │ ├─┬ parse-json@2.2.0 | |
| │ │ │ └─┬ error-ex@1.3.0 | |
| │ │ │ └── is-arrayish@0.2.1 | |
| │ │ ├── pify@2.3.0 | |
| │ │ └─┬ strip-bom@2.0.0 | |
| │ │ └── is-utf8@0.2.1 | |
| │ ├─┬ normalize-package-data@2.3.5 | |
| │ │ ├── hosted-git-info@2.1.5 | |
| │ │ ├─┬ is-builtin-module@1.0.0 | |
| │ │ │ └── builtin-modules@1.1.1 | |
| │ │ └─┬ validate-npm-package-license@3.0.1 | |
| │ │ ├─┬ spdx-correct@1.0.2 | |
| │ │ │ └── spdx-license-ids@1.2.2 | |
| │ │ └── spdx-expression-parse@1.0.4 | |
| │ └── path-type@1.1.0 | |
| ├── require-directory@2.1.1 | |
| ├── require-main-filename@1.0.1 | |
| ├── set-blocking@2.0.0 | |
| ├── which-module@1.0.0 | |
| ├── y18n@3.2.1 | |
| └─┬ yargs-parser@4.2.1 | |
| └── camelcase@3.0.0 | |
| Setting up new React Native app in /home/.../AwesomeProject | |
| Installing React... | |
| AwesomeProject@0.0.1 /home/.../AwesomeProject | |
| └── react@15.4.1 | |
| Installing Jest... | |
| npm WARN prefer global marked@0.3.6 should be installed with -g | |
| AwesomeProject@0.0.1 /home/.../AwesomeProject | |
| ├─┬ babel-jest@18.0.0 | |
| │ ├─┬ babel-plugin-istanbul@3.1.2 | |
| │ │ ├── istanbul-lib-instrument@1.4.2 | |
| │ │ └─┬ test-exclude@3.3.0 | |
| │ │ └─┬ micromatch@2.3.11 | |
| │ │ ├─┬ arr-diff@2.0.0 | |
| │ │ │ └── arr-flatten@1.0.1 | |
| │ │ ├── array-unique@0.2.1 | |
| │ │ ├─┬ braces@1.8.5 | |
| │ │ │ ├─┬ expand-range@1.8.2 | |
| │ │ │ │ └─┬ fill-range@2.2.3 | |
| │ │ │ │ ├── is-number@2.1.0 | |
| │ │ │ │ ├─┬ isobject@2.1.0 | |
| │ │ │ │ │ └── isarray@1.0.0 | |
| │ │ │ │ └── randomatic@1.1.6 | |
| │ │ │ ├── preserve@0.2.0 | |
| │ │ │ └── repeat-element@1.1.2 | |
| │ │ ├─┬ expand-brackets@0.1.5 | |
| │ │ │ └── is-posix-bracket@0.1.1 | |
| │ │ ├── extglob@0.3.2 | |
| │ │ ├── filename-regex@2.0.0 | |
| │ │ ├── is-extglob@1.0.0 | |
| │ │ ├── is-glob@2.0.1 | |
| │ │ ├── normalize-path@2.0.1 | |
| │ │ ├─┬ object.omit@2.0.1 | |
| │ │ │ ├─┬ for-own@0.1.4 | |
| │ │ │ │ └── for-in@0.1.6 | |
| │ │ │ └── is-extendable@0.1.1 | |
| │ │ ├─┬ parse-glob@3.0.4 | |
| │ │ │ ├─┬ glob-base@0.3.0 | |
| │ │ │ │ └── glob-parent@2.0.0 | |
| │ │ │ └── is-dotfile@1.0.2 | |
| │ │ └─┬ regex-cache@0.4.3 | |
| │ │ ├── is-equal-shallow@0.1.3 | |
| │ │ └── is-primitive@2.0.0 | |
| │ └─┬ babel-preset-jest@18.0.0 | |
| │ └── babel-plugin-jest-hoist@18.0.0 | |
| ├─┬ jest@18.1.0 | |
| │ └─┬ jest-cli@18.1.0 | |
| │ ├── callsites@2.0.0 | |
| │ ├─┬ is-ci@1.0.10 | |
| │ │ └── ci-info@1.0.0 | |
| │ ├─┬ istanbul-api@1.1.0 | |
| │ │ ├─┬ fileset@2.0.3 | |
| │ │ │ └── glob@7.1.1 | |
| │ │ ├─┬ istanbul-lib-hook@1.0.0-alpha.4 | |
| │ │ │ └── append-transform@0.3.0 | |
| │ │ ├─┬ istanbul-lib-report@1.0.0-alpha.3 | |
| │ │ │ ├── async@1.5.2 | |
| │ │ │ ├── path-parse@1.0.5 | |
| │ │ │ └─┬ supports-color@3.1.2 | |
| │ │ │ └── has-flag@1.0.0 | |
| │ │ ├── istanbul-lib-source-maps@1.1.0 | |
| │ │ ├─┬ istanbul-reports@1.0.0 | |
| │ │ │ └─┬ handlebars@4.0.6 | |
| │ │ │ ├── async@1.5.2 | |
| │ │ │ └─┬ source-map@0.4.4 | |
| │ │ │ └── amdefine@1.0.1 | |
| │ │ └─┬ js-yaml@3.7.0 | |
| │ │ ├─┬ argparse@1.0.9 | |
| │ │ │ └── sprintf-js@1.0.3 | |
| │ │ └── esprima@2.7.3 | |
| │ ├── istanbul-lib-coverage@1.0.0 | |
| │ ├── jest-changed-files@17.0.2 | |
| │ ├─┬ jest-config@18.1.0 | |
| │ │ └── jest-environment-node@18.1.0 | |
| │ ├─┬ jest-environment-jsdom@18.1.0 | |
| │ │ └─┬ jsdom@9.9.1 | |
| │ │ ├── abab@1.0.3 | |
| │ │ ├── acorn@2.7.0 | |
| │ │ ├── acorn-globals@1.0.9 | |
| │ │ ├── array-equal@1.0.0 | |
| │ │ ├── content-type-parser@1.0.1 | |
| │ │ ├── cssom@0.3.1 | |
| │ │ ├── cssstyle@0.2.37 | |
| │ │ ├─┬ escodegen@1.8.1 | |
| │ │ │ ├── estraverse@1.9.3 | |
| │ │ │ ├─┬ optionator@0.8.2 | |
| │ │ │ │ ├── deep-is@0.1.3 | |
| │ │ │ │ ├── fast-levenshtein@2.0.6 | |
| │ │ │ │ ├── levn@0.3.0 | |
| │ │ │ │ ├── prelude-ls@1.1.2 | |
| │ │ │ │ └── type-check@0.3.2 | |
| │ │ │ └── source-map@0.2.0 | |
| │ │ ├── html-encoding-sniffer@1.0.1 | |
| │ │ ├── iconv-lite@0.4.15 | |
| │ │ ├── nwmatcher@1.3.9 | |
| │ │ ├── parse5@1.5.1 | |
| │ │ ├── symbol-tree@3.2.1 | |
| │ │ ├── webidl-conversions@3.0.1 | |
| │ │ ├─┬ whatwg-encoding@1.0.1 | |
| │ │ │ └── iconv-lite@0.4.13 | |
| │ │ ├─┬ whatwg-url@4.2.0 | |
| │ │ │ └── tr46@0.0.3 | |
| │ │ └── xml-name-validator@2.0.1 | |
| │ ├── jest-file-exists@17.0.0 | |
| │ ├── jest-haste-map@18.1.0 | |
| │ ├─┬ jest-jasmine2@18.1.0 | |
| │ │ ├── jest-matcher-utils@18.1.0 | |
| │ │ └── jest-matchers@18.1.0 | |
| │ ├── jest-mock@18.0.0 | |
| │ ├─┬ jest-resolve@18.1.0 | |
| │ │ ├─┬ browser-resolve@1.11.2 | |
| │ │ │ └── resolve@1.1.7 | |
| │ │ ├── jest-haste-map@18.1.0 | |
| │ │ └── resolve@1.2.0 | |
| │ ├── jest-resolve-dependencies@18.1.0 | |
| │ ├─┬ jest-runtime@18.1.0 | |
| │ │ └── jest-haste-map@18.1.0 | |
| │ ├─┬ jest-snapshot@18.1.0 | |
| │ │ ├── jest-diff@18.1.0 | |
| │ │ ├── natural-compare@1.4.0 | |
| │ │ └── pretty-format@18.1.0 | |
| │ ├─┬ jest-util@18.1.0 | |
| │ │ └── diff@3.2.0 | |
| │ └─┬ node-notifier@4.6.1 | |
| │ ├─┬ cli-usage@0.1.4 | |
| │ │ ├── marked@0.3.6 | |
| │ │ └─┬ marked-terminal@1.7.0 | |
| │ │ ├─┬ cardinal@1.0.0 | |
| │ │ │ ├── ansicolors@0.2.1 | |
| │ │ │ └─┬ redeyed@1.0.1 | |
| │ │ │ └── esprima@3.0.0 | |
| │ │ ├─┬ cli-table@0.3.1 | |
| │ │ │ └── colors@1.0.3 | |
| │ │ ├── lodash.assign@4.2.0 | |
| │ │ └─┬ node-emoji@1.5.0 | |
| │ │ └── string.prototype.codepointat@0.2.0 | |
| │ ├── growly@1.3.0 | |
| │ ├─┬ lodash.clonedeep@3.0.2 | |
| │ │ ├─┬ lodash._baseclone@3.3.0 | |
| │ │ │ ├── lodash._arraycopy@3.0.0 | |
| │ │ │ ├── lodash._arrayeach@3.0.0 | |
| │ │ │ ├── lodash._baseassign@3.2.0 | |
| │ │ │ └── lodash._basefor@3.0.3 | |
| │ │ └── lodash._bindcallback@3.0.1 | |
| │ └── shellwords@0.1.0 | |
| ├─┬ react-native@0.40.0 | |
| │ ├─┬ connect@2.30.2 | |
| │ │ └─┬ body-parser@1.13.3 | |
| │ │ └─┬ raw-body@2.1.7 | |
| │ │ └── iconv-lite@0.4.13 | |
| │ ├─┬ fbjs-scripts@0.7.1 | |
| │ │ └─┬ through2@2.0.3 | |
| │ │ └─┬ readable-stream@2.2.2 | |
| │ │ └── isarray@1.0.0 | |
| │ ├─┬ node-fetch@1.6.3 | |
| │ │ └─┬ encoding@0.1.12 | |
| │ │ └── iconv-lite@0.4.15 | |
| │ └─┬ rimraf@2.5.4 | |
| │ └── glob@7.1.1 | |
| └── react-test-renderer@15.4.1 | |
| To run your app on iOS: | |
| react-native run-ios | |
| - or - | |
| Open ios/AwesomeProject.xcodeproj in Xcode | |
| Hit the Run button | |
| To run your app on Android: | |
| Have an Android emulator running (quickest way to get started), or a device connected | |
| react-native run-android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment