-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
I am new to React but I would like to try simple Hello World example from Reapp. I followed the steps in tutorial but there is some problem with NPM dependencies which I can't figure out.
Can someone help me out?
test@1.0.0 /home/worker/Projects/React/test
├─┬ UNMET PEER DEPENDENCY react@0.13.2
│ └─┬ envify@3.4.0
│ ├─┬ jstransform@10.1.0
│ │ ├── base62@0.1.1
│ │ ├── esprima-fb@13001.1001.0-dev-harmony-fb
│ │ └─┬ source-map@0.1.31
│ │ └── amdefine@1.0.0
│ └── through@2.3.8
└─┬ reapp-kit@1.2.16
├── bluebird@2.10.2
├─┬ fynx@1.7.1
│ └── axn@1.7.0
├── immutable@3.7.6
├─┬ isomorphic-fetch@2.2.1
│ ├─┬ node-fetch@1.3.3
│ │ └─┬ encoding@0.1.12
│ │ └── iconv-lite@0.4.13
│ └── whatwg-fetch@0.11.0
├─┬ omniscient@3.3.0
│ ├─┬ lodash.assign@3.2.0
│ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ └── lodash._basecopy@3.0.1
│ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ └── lodash._isiterateecall@3.0.9
│ │ └── lodash.keys@3.1.2
│ ├─┬ lodash.isequal@3.0.4
│ │ ├── lodash._baseisequal@3.0.7
│ │ └── lodash._bindcallback@3.0.1
│ ├─┬ lodash.pick@3.1.0
│ │ ├── lodash._baseflatten@3.1.4
│ │ ├── lodash._pickbyarray@3.0.2
│ │ ├─┬ lodash._pickbycallback@3.0.0
│ │ │ └── lodash._basefor@3.0.3
│ │ └── lodash.restparam@3.6.1
│ └─┬ react-native@0.8.0
│ ├── absolute-path@0.0.0
│ ├─┬ babel@5.4.3
│ │ ├─┬ chokidar@1.4.2
│ │ │ ├─┬ anymatch@1.3.0
│ │ │ │ ├── arrify@1.0.1
│ │ │ │ └─┬ micromatch@2.3.7
│ │ │ │ ├─┬ arr-diff@2.0.0
│ │ │ │ │ └── arr-flatten@1.0.1
│ │ │ │ ├── array-unique@0.2.1
│ │ │ │ ├─┬ braces@1.8.3
│ │ │ │ │ ├─┬ expand-range@1.8.1
│ │ │ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │ │ │ ├── is-number@2.1.0
│ │ │ │ │ │ ├── isobject@2.0.0
│ │ │ │ │ │ ├── randomatic@1.1.5
│ │ │ │ │ │ └── repeat-string@1.5.2
│ │ │ │ │ ├── preserve@0.2.0
│ │ │ │ │ └── repeat-element@1.1.2
│ │ │ │ ├── expand-brackets@0.1.4
│ │ │ │ ├── extglob@0.3.2
│ │ │ │ ├── filename-regex@2.0.0
│ │ │ │ ├─┬ kind-of@3.0.2
│ │ │ │ │ └── is-buffer@1.1.2
│ │ │ │ ├── normalize-path@2.0.1
│ │ │ │ ├─┬ object.omit@2.0.0
│ │ │ │ │ ├─┬ for-own@0.1.3
│ │ │ │ │ │ └── for-in@0.1.4
│ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ ├─┬ parse-glob@3.0.4
│ │ │ │ │ ├── glob-base@0.3.0
│ │ │ │ │ └── is-dotfile@1.0.2
│ │ │ │ └─┬ regex-cache@0.4.2
│ │ │ │ ├── is-equal-shallow@0.1.3
│ │ │ │ └── is-primitive@2.0.0
│ │ │ ├── async-each@0.1.6
│ │ │ ├── glob-parent@2.0.0
│ │ │ ├─┬ is-binary-path@1.0.1
│ │ │ │ └── binary-extensions@1.4.0
│ │ │ ├─┬ is-glob@2.0.1
│ │ │ │ └── is-extglob@1.0.0
│ │ │ └─┬ readdirp@2.0.0
│ │ │ ├── graceful-fs@4.1.3
│ │ │ └─┬ readable-stream@2.0.5
│ │ │ ├── process-nextick-args@1.0.6
│ │ │ └── util-deprecate@1.0.2
│ │ ├─┬ commander@2.9.0
│ │ │ └── graceful-readlink@1.0.1
│ │ ├── convert-source-map@1.1.3
│ │ ├── fs-readdir-recursive@0.1.2
│ │ ├─┬ glob@5.0.15
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ └── once@1.3.3
│ │ ├── lodash@3.10.1
│ │ ├─┬ output-file-sync@1.1.1
│ │ │ └─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├── path-is-absolute@1.0.0
│ │ ├── slash@1.0.0
│ │ └── source-map@0.4.4
│ ├─┬ babel-core@5.8.35
│ │ ├── babel-plugin-constant-folding@1.0.1
│ │ ├── babel-plugin-dead-code-elimination@1.0.2
│ │ ├── babel-plugin-eval@1.0.1
│ │ ├── babel-plugin-inline-environment-variables@1.0.1
│ │ ├── babel-plugin-jscript@1.0.4
│ │ ├── babel-plugin-member-expression-literals@1.0.1
│ │ ├── babel-plugin-property-literals@1.0.1
│ │ ├── babel-plugin-proto-to-assign@1.0.4
│ │ ├── babel-plugin-react-constant-elements@1.0.3
│ │ ├── babel-plugin-react-display-name@1.0.3
│ │ ├── babel-plugin-remove-console@1.0.1
│ │ ├── babel-plugin-remove-debugger@1.0.1
│ │ ├── babel-plugin-runtime@1.0.7
│ │ ├─┬ babel-plugin-undeclared-variables-check@1.0.2
│ │ │ └── leven@1.0.2
│ │ ├── babel-plugin-undefined-to-void@1.1.6
│ │ ├── babylon@5.8.35
│ │ ├── core-js@1.2.6
│ │ ├─┬ detect-indent@3.0.1
│ │ │ └── get-stdin@4.0.1
│ │ ├── esutils@2.0.2
│ │ ├── globals@6.4.1
│ │ ├─┬ home-or-tmp@1.0.0
│ │ │ ├── os-tmpdir@1.0.1
│ │ │ └── user-home@1.1.1
│ │ ├─┬ is-integer@1.0.6
│ │ │ └─┬ is-finite@1.0.1
│ │ │ └── number-is-nan@1.0.0
│ │ ├── js-tokens@1.0.1
│ │ ├── json5@0.4.0
│ │ ├─┬ line-numbers@0.2.0
│ │ │ └── left-pad@0.0.3
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.3
│ │ │ ├── balanced-match@0.3.0
│ │ │ └── concat-map@0.0.1
│ │ ├── path-exists@1.0.0
│ │ ├── private@0.1.6
│ │ ├─┬ regenerator@0.8.40
│ │ │ ├─┬ defs@1.1.1
│ │ │ │ ├─┬ alter@0.2.0
│ │ │ │ │ └── stable@0.1.5
│ │ │ │ ├── ast-traverse@0.1.1
│ │ │ │ ├── breakable@1.0.0
│ │ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ │ │ ├── simple-fmt@0.1.0
│ │ │ │ ├── simple-is@0.2.0
│ │ │ │ ├── stringmap@0.2.2
│ │ │ │ ├── stringset@0.2.1
│ │ │ │ ├── tryor@0.1.2
│ │ │ │ └─┬ yargs@3.27.0
│ │ │ │ ├─┬ cliui@2.1.0
│ │ │ │ │ ├─┬ center-align@0.1.3
│ │ │ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ │ │ └── longest@1.0.1
│ │ │ │ │ │ └── lazy-cache@1.0.3
│ │ │ │ │ ├── right-align@0.1.3
│ │ │ │ │ └── wordwrap@0.0.2
│ │ │ │ ├─┬ os-locale@1.4.0
│ │ │ │ │ └─┬ lcid@1.0.0
│ │ │ │ │ └── invert-kv@1.0.0
│ │ │ │ ├── window-size@0.1.4
│ │ │ │ └── y18n@3.2.0
│ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ │ └─┬ recast@0.10.33
│ │ │ ├── ast-types@0.8.12
│ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ │ └── source-map@0.5.3
│ │ ├─┬ regexpu@1.3.0
│ │ │ ├── esprima@2.7.2
│ │ │ ├── regenerate@1.2.1
│ │ │ ├── regjsgen@0.2.0
│ │ │ └─┬ regjsparser@0.1.5
│ │ │ └── jsesc@0.5.0
│ │ ├── repeating@1.1.3
│ │ ├── resolve@1.1.7
│ │ ├── shebang-regex@1.0.0
│ │ ├── source-map@0.5.3
│ │ ├─┬ source-map-support@0.2.10
│ │ │ └── source-map@0.1.32
│ │ ├── to-fast-properties@1.0.1
│ │ ├── trim-right@1.0.1
│ │ └── try-resolve@1.0.1
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.4
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├── strip-ansi@3.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ connect@2.8.3
│ │ ├── buffer-crc32@0.2.1
│ │ ├── bytes@0.2.0
│ │ ├── cookie@0.1.0
│ │ ├── cookie-signature@1.0.1
│ │ ├── formidable@1.0.14
│ │ ├── fresh@0.1.0
│ │ ├── methods@0.0.1
│ │ ├── pause@0.0.1
│ │ ├── qs@0.6.5
│ │ ├─┬ send@0.1.2
│ │ │ ├── mime@1.2.11
│ │ │ └── range-parser@0.0.4
│ │ └── uid2@0.0.2
│ ├─┬ debug@2.1.3
│ │ └── ms@0.7.0
│ ├── graceful-fs@3.0.8
│ ├── image-size@0.3.5
│ ├─┬ joi@5.1.0
│ │ ├── hoek@2.16.3
│ │ ├── isemail@1.2.0
│ │ ├── moment@2.11.2
│ │ └── topo@1.1.0
│ ├─┬ jstransform@11.0.1
│ │ ├── base62@1.1.0
│ │ ├─┬ commoner@0.10.4
│ │ │ ├─┬ detective@4.3.1
│ │ │ │ ├── acorn@1.2.2
│ │ │ │ └── defined@1.0.0
│ │ │ ├── graceful-fs@4.1.3
│ │ │ └── q@1.4.1
│ │ ├── esprima-fb@15001.1.0-dev-harmony-fb
│ │ └── source-map@0.4.4
│ ├─┬ module-deps@3.5.6
│ │ ├── browser-resolve@1.11.1
│ │ ├─┬ concat-stream@1.4.10
│ │ │ ├── readable-stream@1.1.13
│ │ │ └── typedarray@0.0.6
│ │ ├─┬ detective@3.1.0
│ │ │ ├─┬ escodegen@1.1.0
│ │ │ │ ├── esprima@1.0.4
│ │ │ │ ├── estraverse@1.5.1
│ │ │ │ └── esutils@1.0.0
│ │ │ └── esprima-fb@3001.1.0-dev-harmony-fb
│ │ ├─┬ duplexer2@0.0.2
│ │ │ └── readable-stream@1.1.13
│ │ ├── inherits@2.0.1
│ │ ├─┬ JSONStream@0.7.4
│ │ │ └── jsonparse@0.0.5
│ │ ├── minimist@0.2.0
│ │ ├─┬ parents@1.0.1
│ │ │ └── path-platform@0.11.15
│ │ ├─┬ readable-stream@1.1.13
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├── resolve@0.7.4
│ │ ├── shallow-copy@0.0.1
│ │ ├─┬ stream-combiner2@1.0.2
│ │ │ └─┬ through2@0.5.1
│ │ │ ├── readable-stream@1.0.33
│ │ │ └── xtend@3.0.0
│ │ ├─┬ subarg@0.0.1
│ │ │ └── minimist@0.0.10
│ │ └─┬ through2@0.4.2
│ │ ├── readable-stream@1.0.33
│ │ └─┬ xtend@2.1.2
│ │ └── object-keys@0.4.0
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├─┬ promise@7.1.1
│ │ └── asap@2.0.3
│ ├── react-timer-mixin@0.13.3
│ ├── react-tools@0.13.2
│ ├── rebound@0.0.12
│ ├─┬ sane@1.3.1
│ │ ├─┬ exec-sh@0.2.0
│ │ │ └── merge@1.2.0
│ │ ├─┬ fb-watchman@1.9.0
│ │ │ └─┬ bser@1.0.2
│ │ │ └── node-int64@0.4.0
│ │ ├─┬ minimatch@0.2.14
│ │ │ ├── lru-cache@2.7.3
│ │ │ └── sigmund@1.0.1
│ │ ├── minimist@1.2.0
│ │ ├─┬ walker@1.0.7
│ │ │ └─┬ makeerror@1.0.11
│ │ │ └── tmpl@1.0.4
│ │ └── watch@0.10.0
│ ├── semver@4.3.6
│ ├── stacktrace-parser@0.1.1 (git://github.com/frantic/stacktrace-parser.git#493c5e5638a79b4d5886171867a06275cc703b00)
│ ├─┬ uglify-js@2.4.24
│ │ ├── async@0.2.10
│ │ ├── source-map@0.1.34
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.5.4
│ │ ├── camelcase@1.2.1
│ │ ├── decamelize@1.1.2
│ │ ├── window-size@0.1.0
│ │ └── wordwrap@0.0.2
│ ├── underscore@1.7.0
│ ├── wordwrap@1.0.0
│ ├─┬ worker-farm@1.3.1
│ │ ├─┬ errno@0.1.4
│ │ │ └── prr@0.0.0
│ │ └── xtend@4.0.1
│ ├─┬ ws@0.4.31
│ │ ├── commander@0.6.1
│ │ ├── nan@0.3.2
│ │ ├── options@0.0.6
│ │ └── tinycolor@0.0.1
│ └── yargs@1.3.2
├─┬ react-router@0.13.5
│ ├── can-use-dom@0.1.0
│ ├─┬ invariant@2.2.0
│ │ └── loose-envify@1.1.0
│ ├── object-assign@2.1.1
│ └── qs@2.4.1
├── reapp-object-assign@1.0.0
├─┬ reapp-routes@0.10.12
│ └─┬ reapp-platform@1.0.7
│ ├── UNMET PEER DEPENDENCY fbjs@^0.2.1
│ ├── UNMET PEER DEPENDENCY react-dom@^0.14.0-0
│ └── react-tap-event-plugin@0.1.8
└─┬ reapp-ui@0.12.70
├── classnames@1.2.2
├─┬ css-to-matrix@1.0.0
│ ├── matrix-utilities@1.2.4
│ ├── transform-to-matrix@0.1.1
│ └── umodel@0.0.5
├── fuzzy@0.1.1
├─┬ lodash.merge@3.3.2
│ ├── lodash._arraycopy@3.0.0
│ ├── lodash._arrayeach@3.0.0
│ ├── lodash._getnative@3.9.1
│ ├── lodash.isarguments@3.0.7
│ ├── lodash.isarray@3.0.4
│ ├── lodash.isplainobject@3.2.0
│ ├── lodash.istypedarray@3.0.5
│ ├── lodash.keysin@3.0.8
│ └── lodash.toplainobject@3.0.0
├── observable-state@0.3.4
├─┬ radium@0.15.3
│ ├── array-find@1.0.0
│ ├─┬ babel@5.8.35
│ │ └── source-map@0.5.3
│ ├── babel-plugin-flow-comments@1.0.9
│ ├── exenv@1.2.0
│ ├─┬ inline-style-prefixer@0.5.4
│ │ ├── bowser@1.0.0
│ │ └─┬ caniuse-api@1.4.1
│ │ ├── browserslist@1.1.3
│ │ ├── caniuse-db@1.0.30000409
│ │ ├─┬ lodash.memoize@2.4.1
│ │ │ ├── lodash._keyprefix@2.4.2
│ │ │ └── lodash.isfunction@2.4.1
│ │ ├─┬ lodash.uniq@3.2.2
│ │ │ ├─┬ lodash._basecallback@3.3.1
│ │ │ │ └── lodash.pairs@3.0.1
│ │ │ └─┬ lodash._baseuniq@3.0.3
│ │ │ ├── lodash._baseindexof@3.1.0
│ │ │ ├── lodash._cacheindexof@3.0.2
│ │ │ └── lodash._createcache@3.1.2
│ │ └── shelljs@0.5.3
│ ├─┬ is-plain-object@2.0.1
│ │ └── isobject@1.0.2
│ └─┬ rimraf@2.5.2
│ └── glob@7.0.0
├─┬ react-animate-state@1.0.1
│ └── ease-component@1.0.0
├── react-style-normalizer@1.2.8
├── reapp-component@1.0.2
├── reapp-scroller@1.0.8
├── shallow-equals@0.0.0
└── validator@3.43.0
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.7
npm WARN reapp-ui@0.12.70 requires a peer of react@0.14.x but none was installed.
npm WARN react-tap-event-plugin@0.1.8 requires a peer of fbjs@^0.2.1 but none was installed.
npm WARN react-tap-event-plugin@0.1.8 requires a peer of react-dom@^0.14.0-0 but none was installed.
npm WARN test@1.0.0 No repository field.
npm WARN test@1.0.0 No license field.
Metadata
Metadata
Assignees
Labels
No labels