NYCPlanning / jane-maps

A framework for rich, composable web maps using React and MapboxGL.
MIT License
59 stars 12 forks source link

Can not open the example #2

Open YunS-Stacy opened 7 years ago

YunS-Stacy commented 7 years ago

Hi, I can't open the example. This is the error message shown in the browser. Thanks! image

chriswhong commented 7 years ago

Can you please share the version of node and npm you are using?

Did you run npm install on both the jane-maps root directory AND the example directory?

YunS-Stacy commented 7 years ago

Hi,

Yes, I installed in the both folders. Here is my terminal log and error in my browser(chrome).

Thanks! Yun

Angela-MacBook-Pro:jane-maps-master Angela$ npm install

jane-maps@0.0.3 prepublish /Users/Angela/Downloads/jane-maps-master babel --plugins transform-es2015-modules-umd src --out-dir ./dist && npm run scss

src/Carto.jsx -> dist/Carto.js src/GLMap.jsx -> dist/GLMap.js src/Jane.jsx -> dist/Jane.js src/JaneLayer.jsx -> dist/JaneLayer.js src/LayerContent.jsx -> dist/LayerContent.js src/LayerList.jsx -> dist/LayerList.js src/ListItem.jsx -> dist/ListItem.js src/MapHandler.jsx -> dist/MapHandler.js src/MapLayer.jsx -> dist/MapLayer.js src/MapzenGeocoder.jsx -> dist/MapzenGeocoder.js src/PoiMarker.jsx -> dist/PoiMarker.js src/Search.jsx -> dist/Search.js src/SelectedFeaturesPane.jsx -> dist/SelectedFeaturesPane.js src/index.js -> dist/index.js src/source/CartoRasterSource.jsx -> dist/source/CartoRasterSource.js src/source/CartoVectorSource.jsx -> dist/source/CartoVectorSource.js src/source/GeoJsonSource.jsx -> dist/source/GeoJsonSource.js src/source/RasterSource.jsx -> dist/source/RasterSource.js src/source/Source.jsx -> dist/source/Source.js src/source/VectorSource.jsx -> dist/source/VectorSource.js

jane-maps@0.0.3 scss /Users/Angela/Downloads/jane-maps-master node-sass --output-style compressed -o dist src

Rendering Complete, saving .css file... Wrote CSS to /Users/Angela/Downloads/jane-maps-master/dist/styles.css Wrote 1 CSS files to /Users/Angela/Downloads/jane-maps-master/dist npm WARN jane-maps@0.0.3 requires a peer of react@~0.14.8 || ^15.0.0 but none was installed. npm WARN jane-maps@0.0.3 requires a peer of react-dom@~0.14.8 || ^15.0.0 but none was installed. npm WARN material-ui@0.16.7 requires a peer of react@^15.0.0 but none was installed. npm WARN material-ui@0.16.7 requires a peer of react-dom@^15.0.0 but none was installed. npm WARN material-ui@0.16.7 requires a peer of react-tap-event-plugin@^1.0.0 || ^2.0.0 but none was installed. npm WARN react-addons-create-fragment@15.4.2 requires a peer of react@^15.4.2 but none was installed. npm WARN react-addons-shallow-compare@15.4.2 requires a peer of react@^15.4.2 but none was installed. npm WARN react-addons-transition-group@15.4.2 requires a peer of react@^15.4.2 but none was installed. npm WARN react-autosuggest@8.0.1 requires a peer of react@^0.14.7 || ^15.0.1 but none was installed. npm WARN react-autowhatever@7.0.0 requires a peer of react@^0.14.7 || ^15.0.1 but none was installed. npm WARN react-bootstrap@0.30.8 requires a peer of react@>=0.14.0 but none was installed. npm WARN react-bootstrap@0.30.8 requires a peer of react-dom@>=0.14.0 but none was installed. npm WARN react-dnd@2.2.4 requires a peer of react@^0.14.0 || ^15.0.0-0 but none was installed. npm WARN react-event-listener@0.4.3 requires a peer of react@^0.14.0 || ^15.0.0 but none was installed. npm WARN react-overlays@0.6.12 requires a peer of react@>=0.14.0 but none was installed. npm WARN react-overlays@0.6.12 requires a peer of react-dom@>=0.14.0 but none was installed. npm WARN react-prop-types@0.4.0 requires a peer of react@>=0.14.0 but none was installed. npm WARN recompose@0.21.2 requires a peer of react@^0.14.0 || ^15.0.0 but none was installed. npm WARN uncontrollable@4.0.3 requires a peer of react@>=0.11.0 but none was installed. Angela-MacBook-Pro:jane-maps-master Angela$ ls LICENSE dist index.js package.json README.md example node_modules src Angela-MacBook-Pro:jane-maps-master Angela$ cd example Angela-MacBook-Pro:example Angela$ npm i npm WARN react-webpack-template@0.0.0 No repository field. Angela-MacBook-Pro:example Angela$ npm list react-webpack-template@0.0.0 /Users/Angela/Downloads/jane-maps-master/example ├─┬ babel-core@6.24.0 │ ├─┬ babel-code-frame@6.22.0 │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ └── ansi-regex@2.1.1 │ │ │ ├── strip-ansi@3.0.1 │ │ │ └── supports-color@2.0.0 │ │ ├── esutils@2.0.2 │ │ └── js-tokens@3.0.1 │ ├─┬ babel-generator@6.24.0 │ │ ├─┬ detect-indent@4.0.0 │ │ │ └─┬ repeating@2.0.1 │ │ │ └── is-finite@1.0.2 │ │ ├── jsesc@1.3.0 │ │ └── trim-right@1.0.1 │ ├── babel-helpers@6.23.0 │ ├── babel-messages@6.23.0 │ ├─┬ babel-register@6.24.0 │ │ ├── core-js@2.4.1 │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ └── source-map-support@0.4.14 │ ├─┬ babel-runtime@6.23.0 │ │ └── regenerator-runtime@0.10.3 │ ├── babel-template@6.23.0 │ ├─┬ babel-traverse@6.23.1 │ │ ├── globals@9.16.0 │ │ └── invariant@2.2.2 │ ├─┬ babel-types@6.23.0 │ │ └── to-fast-properties@1.0.2 │ ├── babylon@6.16.1 │ ├── convert-source-map@1.4.0 │ ├─┬ debug@2.6.3 │ │ └── ms@0.7.2 │ ├── json5@0.5.1 │ ├── lodash@4.17.4 │ ├─┬ 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.7 │ ├── slash@1.0.0 │ └── source-map@0.5.6 ├─┬ babel-loader@6.4.1 │ ├─┬ find-cache-dir@0.1.1 │ │ ├── commondir@1.0.1 │ │ └─┬ pkg-dir@1.0.0 │ │ └─┬ find-up@1.1.2 │ │ ├── path-exists@2.1.0 │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ ├─┬ loader-utils@0.2.17 │ │ ├── big.js@3.1.3 │ │ └── emojis-list@2.1.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ └── object-assign@4.1.1 ├─┬ babel-preset-es2015@6.24.0 │ ├── babel-plugin-check-es2015-constants@6.22.0 │ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ ├── babel-plugin-transform-es2015-block-scoping@6.23.0 │ ├─┬ babel-plugin-transform-es2015-classes@6.23.0 │ │ ├── babel-helper-define-map@6.23.0 │ │ ├── babel-helper-function-name@6.23.0 │ │ ├── babel-helper-optimise-call-expression@6.23.0 │ │ └── babel-helper-replace-supers@6.23.0 │ ├── babel-plugin-transform-es2015-computed-properties@6.22.0 │ ├── babel-plugin-transform-es2015-destructuring@6.23.0 │ ├── babel-plugin-transform-es2015-duplicate-keys@6.22.0 │ ├── babel-plugin-transform-es2015-for-of@6.23.0 │ ├── babel-plugin-transform-es2015-function-name@6.22.0 │ ├── babel-plugin-transform-es2015-literals@6.22.0 │ ├── babel-plugin-transform-es2015-modules-amd@6.24.0 │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.24.0 │ │ └── babel-plugin-transform-strict-mode@6.22.0 │ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.23.0 │ │ └── babel-helper-hoist-variables@6.22.0 │ ├── babel-plugin-transform-es2015-modules-umd@6.24.0 │ ├── babel-plugin-transform-es2015-object-super@6.22.0 │ ├─┬ babel-plugin-transform-es2015-parameters@6.23.0 │ │ ├── babel-helper-call-delegate@6.22.0 │ │ └── babel-helper-get-function-arity@6.22.0 │ ├── babel-plugin-transform-es2015-shorthand-properties@6.22.0 │ ├── babel-plugin-transform-es2015-spread@6.22.0 │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.22.0 │ │ └── babel-helper-regex@6.22.0 │ ├── babel-plugin-transform-es2015-template-literals@6.22.0 │ ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.22.0 │ │ └─┬ regexpu-core@2.0.0 │ │ ├── regenerate@1.3.2 │ │ ├── regjsgen@0.2.0 │ │ └─┬ regjsparser@0.1.5 │ │ └── jsesc@0.5.0 │ └─┬ babel-plugin-transform-regenerator@6.22.0 │ └── regenerator-transform@0.9.8 ├─┬ babel-preset-react@6.23.0 │ ├── babel-plugin-syntax-jsx@6.18.0 │ ├── babel-plugin-transform-react-display-name@6.23.0 │ ├─┬ babel-plugin-transform-react-jsx@6.23.0 │ │ └── babel-helper-builder-react-jsx@6.23.0 │ ├── babel-plugin-transform-react-jsx-self@6.22.0 │ ├── babel-plugin-transform-react-jsx-source@6.22.0 │ └─┬ babel-preset-flow@6.23.0 │ └─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ └── babel-plugin-syntax-flow@6.18.0 ├─┬ css-loader@0.26.4 │ ├─┬ css-selector-tokenizer@0.7.0 │ │ ├── cssesc@0.1.0 │ │ ├── fastparse@1.1.1 │ │ └── regexpu-core@1.0.0 │ ├─┬ cssnano@3.10.0 │ │ ├─┬ autoprefixer@6.7.7 │ │ │ ├─┬ browserslist@1.7.6 │ │ │ │ └── electron-to-chromium@1.2.7 │ │ │ ├── caniuse-db@1.0.30000639 │ │ │ ├── normalize-range@0.1.2 │ │ │ └── num2fraction@1.2.2 │ │ ├── decamelize@1.2.0 │ │ ├── defined@1.0.0 │ │ ├─┬ has@1.0.1 │ │ │ └── function-bind@1.1.0 │ │ ├─┬ postcss-calc@5.3.1 │ │ │ ├── postcss-message-helpers@2.0.0 │ │ │ └─┬ reduce-css-calc@1.3.0 │ │ │ ├── math-expression-evaluator@1.2.16 │ │ │ └── reduce-function-call@1.0.2 │ │ ├─┬ postcss-colormin@2.2.2 │ │ │ └─┬ colormin@1.1.2 │ │ │ ├─┬ color@0.11.4 │ │ │ │ ├── clone@1.0.2 │ │ │ │ ├─┬ color-convert@1.9.0 │ │ │ │ │ └── color-name@1.1.2 │ │ │ │ └── color-string@0.3.0 │ │ │ └── css-color-names@0.0.4 │ │ ├── postcss-convert-values@2.6.1 │ │ ├── postcss-discard-comments@2.0.4 │ │ ├── postcss-discard-duplicates@2.1.0 │ │ ├── postcss-discard-empty@2.1.0 │ │ ├── postcss-discard-overridden@0.1.1 │ │ ├─┬ postcss-discard-unused@2.2.3 │ │ │ └── uniqs@2.0.0 │ │ ├─┬ postcss-filter-plugins@2.0.2 │ │ │ └─┬ uniqid@4.1.1 │ │ │ └── macaddress@0.2.8 │ │ ├── postcss-merge-idents@2.1.7 │ │ ├── postcss-merge-longhand@2.0.2 │ │ ├─┬ postcss-merge-rules@2.1.2 │ │ │ ├─┬ caniuse-api@1.5.3 │ │ │ │ ├── lodash.memoize@4.1.2 │ │ │ │ └── lodash.uniq@4.5.0 │ │ │ ├─┬ postcss-selector-parser@2.2.3 │ │ │ │ ├── flatten@1.0.2 │ │ │ │ ├── indexes-of@1.0.1 │ │ │ │ └── uniq@1.0.1 │ │ │ └── vendors@1.0.1 │ │ ├── postcss-minify-font-values@1.0.5 │ │ ├── postcss-minify-gradients@1.0.5 │ │ ├─┬ postcss-minify-params@1.2.2 │ │ │ └── alphanum-sort@1.0.2 │ │ ├── postcss-minify-selectors@2.1.1 │ │ ├── postcss-normalize-charset@1.1.1 │ │ ├─┬ postcss-normalize-url@3.0.8 │ │ │ ├── is-absolute-url@2.1.0 │ │ │ └─┬ normalize-url@1.9.1 │ │ │ ├── prepend-http@1.0.4 │ │ │ ├─┬ query-string@4.3.2 │ │ │ │ └── strict-uri-encode@1.1.0 │ │ │ └─┬ sort-keys@1.1.2 │ │ │ └── is-plain-obj@1.1.0 │ │ ├── postcss-ordered-values@2.2.3 │ │ ├── postcss-reduce-idents@2.4.0 │ │ ├── postcss-reduce-initial@1.0.1 │ │ ├── postcss-reduce-transforms@1.0.4 │ │ ├─┬ postcss-svgo@2.1.6 │ │ │ ├─┬ is-svg@2.1.0 │ │ │ │ └── html-comment-regex@1.1.1 │ │ │ └─┬ svgo@0.7.2 │ │ │ ├─┬ coa@1.0.1 │ │ │ │ └── q@1.4.1 │ │ │ ├── colors@1.1.2 │ │ │ ├─┬ csso@2.3.2 │ │ │ │ └── clap@1.1.3 │ │ │ ├─┬ js-yaml@3.7.0 │ │ │ │ └─┬ argparse@1.0.9 │ │ │ │ └── sprintf-js@1.0.3 │ │ │ ├── sax@1.2.2 │ │ │ └── whet.extend@0.9.9 │ │ ├── postcss-unique-selectors@2.0.2 │ │ ├── postcss-value-parser@3.3.0 │ │ └── postcss-zindex@2.2.0 │ ├── loader-utils@1.1.0 │ ├── lodash.camelcase@4.3.0 │ ├─┬ postcss@5.2.16 │ │ ├── js-base64@2.1.9 │ │ └── supports-color@3.2.3 │ ├── postcss-modules-extract-imports@1.0.1 │ ├─┬ postcss-modules-local-by-default@1.1.1 │ │ └── css-selector-tokenizer@0.6.0 │ ├─┬ postcss-modules-scope@1.0.2 │ │ └── css-selector-tokenizer@0.6.0 │ ├─┬ postcss-modules-values@1.2.2 │ │ └── icss-replace-symbols@1.0.2 │ └── source-list-map@0.1.8 ├─┬ extract-text-webpack-plugin@2.1.0 │ ├─┬ ajv@4.11.5 │ │ ├── co@4.6.0 │ │ └─┬ json-stable-stringify@1.0.1 │ │ └── jsonify@0.0.0 │ ├── async@2.1.5 │ └── webpack-sources@0.1.5 ├─┬ jane-maps@0.1.0 │ ├── jquery@3.2.1 │ ├─┬ mapbox-gl@0.31.0 │ │ ├── @mapbox/gl-matrix@0.0.1 │ │ ├─┬ brfs@1.4.3 │ │ │ ├─┬ quote-stream@1.0.2 │ │ │ │ ├── buffer-equal@0.0.1 │ │ │ │ └── minimist@1.2.0 │ │ │ ├─┬ resolve@1.3.2 │ │ │ │ └── path-parse@1.0.5 │ │ │ ├─┬ static-module@1.3.1 │ │ │ │ ├─┬ concat-stream@1.4.10 │ │ │ │ │ ├─┬ readable-stream@1.1.14 │ │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ │ └── typedarray@0.0.6 │ │ │ │ ├─┬ duplexer2@0.0.2 │ │ │ │ │ └─┬ readable-stream@1.1.14 │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ ├─┬ escodegen@1.3.3 │ │ │ │ │ ├── esprima@1.1.1 │ │ │ │ │ ├── estraverse@1.5.1 │ │ │ │ │ ├── esutils@1.0.0 │ │ │ │ │ └── source-map@0.1.43 │ │ │ │ ├─┬ falafel@1.2.0 │ │ │ │ │ ├── acorn@1.2.2 │ │ │ │ │ ├── foreach@2.0.5 │ │ │ │ │ ├── isarray@0.0.1 │ │ │ │ │ └── object-keys@1.0.11 │ │ │ │ ├── object-inspect@0.4.0 │ │ │ │ ├── quote-stream@0.0.0 │ │ │ │ ├─┬ readable-stream@1.0.34 │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ ├── shallow-copy@0.0.1 │ │ │ │ ├─┬ static-eval@0.2.4 │ │ │ │ │ └─┬ escodegen@0.0.28 │ │ │ │ │ ├── esprima@1.0.4 │ │ │ │ │ └── estraverse@1.3.2 │ │ │ │ └─┬ through2@0.4.2 │ │ │ │ └─┬ xtend@2.1.2 │ │ │ │ └── object-keys@0.4.0 │ │ │ └── through2@2.0.3 │ │ ├─┬ bubleify@0.5.1 │ │ │ └─┬ buble@0.12.5 │ │ │ ├── acorn@3.3.0 │ │ │ ├─┬ acorn-jsx@3.0.1 │ │ │ │ └── acorn@3.3.0 │ │ │ ├─┬ acorn-object-spread@1.0.0 │ │ │ │ └── acorn@3.3.0 │ │ │ ├── magic-string@0.14.0 │ │ │ └── minimist@1.2.0 │ │ ├── csscolorparser@1.0.3 │ │ ├── earcut@2.1.1 │ │ ├── feature-filter@2.2.0 │ │ ├─┬ geojson-rewind@0.1.0 │ │ │ ├─┬ concat-stream@1.2.1 │ │ │ │ └─┬ bops@0.0.6 │ │ │ │ ├── base64-js@0.0.2 │ │ │ │ └── to-utf8@0.0.1 │ │ │ ├─┬ geojson-area@0.1.0 │ │ │ │ └── wgs84@0.0.0 │ │ │ └── minimist@0.0.5 │ │ ├── geojson-vt@2.4.0 │ │ ├── grid-index@1.0.0 │ │ ├── mapbox-gl-function@1.3.0 (git://github.com/mapbox/mapbox-gl-function.git#4f829622413f336080d3c710244c251421c0ec30) │ │ ├─┬ mapbox-gl-style-spec@8.9.0 (git://github.com/mapbox/mapbox-gl-style-spec.git#e85407a377510acb647161de6be6357ab4f606dd) │ │ │ ├── fast-stable-stringify@0.1.1 │ │ │ ├─┬ jsonlint-lines-primitives@1.6.0 │ │ │ │ ├── JSV@4.0.2 │ │ │ │ └─┬ nomnom@1.8.1 │ │ │ │ ├─┬ chalk@0.4.0 │ │ │ │ │ ├── ansi-styles@1.0.0 │ │ │ │ │ ├── has-color@0.1.7 │ │ │ │ │ └── strip-ansi@0.1.1 │ │ │ │ └── underscore@1.6.0 │ │ │ ├─┬ lodash.isequal@3.0.4 │ │ │ │ ├─┬ lodash._baseisequal@3.0.7 │ │ │ │ │ ├── lodash.isarray@3.0.4 │ │ │ │ │ ├── lodash.istypedarray@3.0.6 │ │ │ │ │ └─┬ lodash.keys@3.1.2 │ │ │ │ │ ├── lodash._getnative@3.9.1 │ │ │ │ │ └── lodash.isarguments@3.1.0 │ │ │ │ └── lodash._bindcallback@3.0.1 │ │ │ ├── rw@0.1.4 │ │ │ └─┬ sort-object@0.3.2 │ │ │ ├── sort-asc@0.1.0 │ │ │ └── sort-desc@0.1.1 │ │ ├── mapbox-gl-supported@1.2.0 │ │ ├─┬ package-json-versionify@1.0.4 │ │ │ └── browserify-package-json@1.0.1 │ │ ├─┬ pbf@1.3.7 │ │ │ ├── ieee754@1.1.8 │ │ │ └─┬ resolve-protobuf-schema@2.0.0 │ │ │ └── protocol-buffers-schema@2.2.0 │ │ ├── pngjs@2.3.1 │ │ ├── point-geometry@0.0.0 │ │ ├── quickselect@1.0.0 │ │ ├─┬ request@2.81.0 │ │ │ ├── aws-sign2@0.6.0 │ │ │ ├── aws4@1.6.0 │ │ │ ├── caseless@0.12.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 │ │ │ ├─┬ har-validator@4.2.1 │ │ │ │ └── har-schema@1.0.5 │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ ├── boom@2.10.1 │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ ├── hoek@2.16.3 │ │ │ │ └── sntp@1.0.9 │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ ├─┬ jsprim@1.4.0 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ └── verror@1.3.6 │ │ │ │ └─┬ sshpk@1.11.0 │ │ │ │ ├── asn1@0.2.3 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ ├─┬ 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.1 │ │ │ │ └── tweetnacl@0.14.5 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├─┬ mime-types@2.1.14 │ │ │ │ └── mime-db@1.26.0 │ │ │ ├── oauth-sign@0.8.2 │ │ │ ├── performance-now@0.2.0 │ │ │ ├── qs@6.4.0 │ │ │ ├── safe-buffer@5.0.1 │ │ │ ├── stringstream@0.0.5 │ │ │ ├── tough-cookie@2.3.2 │ │ │ ├── tunnel-agent@0.6.0 │ │ │ └── uuid@3.0.1 │ │ ├── shelf-pack@1.1.0 │ │ ├─┬ supercluster@2.3.0 │ │ │ └── kdbush@1.0.1 │ │ ├── tinyqueue@1.2.2 │ │ ├─┬ unassertify@2.0.4 │ │ │ ├── acorn@4.0.11 │ │ │ ├─┬ escodegen@1.8.1 │ │ │ │ ├── esprima@2.7.3 │ │ │ │ ├── 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 │ │ │ │ │ └── wordwrap@1.0.0 │ │ │ │ └── source-map@0.2.0 │ │ │ ├─┬ multi-stage-sourcemap@0.2.1 │ │ │ │ └─┬ source-map@0.1.43 │ │ │ │ └── amdefine@1.0.1 │ │ │ ├── through@2.3.8 │ │ │ └─┬ unassert@1.5.1 │ │ │ ├── acorn@4.0.11 │ │ │ ├─┬ call-matcher@1.0.1 │ │ │ │ └── estraverse@4.2.0 │ │ │ ├── deep-equal@1.0.1 │ │ │ ├── espurify@1.7.0 │ │ │ └── estraverse@4.2.0 │ │ ├─┬ unflowify@1.0.1 │ │ │ └─┬ flow-remove-types@1.2.0 │ │ │ └── vlq@0.2.1 │ │ ├── unitbezier@0.0.0 │ │ ├── vector-tile@1.3.0 │ │ ├── vt-pbf@2.1.2 │ │ ├── webworkify@1.4.0 │ │ └── whoots-js@2.1.0 │ ├─┬ material-ui@0.16.7 │ │ └── recompose@0.21.2 │ ├─┬ react-autosuggest@8.0.1 │ │ ├─┬ react-autowhatever@7.0.0 │ │ │ ├─┬ react-themeable@1.1.0 │ │ │ │ └── object-assign@3.0.0 │ │ │ └── section-iterator@2.0.0 │ │ └── shallow-equal@1.0.0 │ ├─┬ react-bootstrap@0.30.8 │ │ ├── classnames@2.2.5 │ │ ├── dom-helpers@3.2.1 │ │ ├── react-overlays@0.6.12 │ │ ├── react-prop-types@0.4.0 │ │ └── uncontrollable@4.0.3 │ ├─┬ react-dnd@2.2.4 │ │ ├── disposables@1.0.1 │ │ ├─┬ dnd-core@2.2.4 │ │ │ ├── asap@2.0.5 │ │ │ └─┬ redux@3.6.0 │ │ │ └── lodash-es@4.17.4 │ │ └── hoist-non-react-statics@1.2.0 │ └── react-dnd-html5-backend@2.2.4 ├─┬ material-ui@0.17.1 │ ├─┬ inline-style-prefixer@2.0.5 │ │ ├── bowser@1.6.0 │ │ └── hyphenate-style-name@1.0.2 │ ├── keycode@2.1.8 │ ├── lodash.merge@4.6.0 │ ├── lodash.throttle@4.1.1 │ ├── react-addons-create-fragment@15.4.2 │ ├── react-addons-transition-group@15.4.2 │ ├─┬ react-event-listener@0.4.3 │ │ └── react-addons-shallow-compare@15.4.2 │ ├─┬ recompose@0.22.0 │ │ ├── change-emitter@0.1.3 │ │ └── symbol-observable@1.0.4 │ ├── simple-assign@0.1.0 │ └── warning@3.0.0 ├─┬ react@15.4.2 │ ├─┬ fbjs@0.8.10 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ ├─┬ node-fetch@1.6.3 │ │ │ │ ├─┬ encoding@0.1.12 │ │ │ │ │ └── iconv-lite@0.4.15 │ │ │ │ └── is-stream@1.1.0 │ │ │ └── whatwg-fetch@2.0.3 │ │ ├── promise@7.1.1 │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.12 │ └── loose-envify@1.3.1 ├── react-dom@15.4.2 ├── react-tap-event-plugin@2.0.1 ├── style-loader@0.13.2 ├─┬ webpack@2.2.1 │ ├── acorn@4.0.11 │ ├─┬ acorn-dynamic-import@2.0.2 │ │ └── acorn@4.0.11 │ ├── ajv-keywords@1.5.1 │ ├─┬ enhanced-resolve@3.1.0 │ │ └── graceful-fs@4.1.11 │ ├── interpret@1.0.1 │ ├── json-loader@0.5.4 │ ├── loader-runner@2.3.0 │ ├── loader-utils@0.2.17 │ ├─┬ memory-fs@0.4.1 │ │ ├─┬ errno@0.1.4 │ │ │ └── prr@0.0.0 │ │ └─┬ readable-stream@2.2.6 │ │ ├── buffer-shims@1.0.0 │ │ ├── core-util-is@1.0.2 │ │ ├── inherits@2.0.3 │ │ ├── isarray@1.0.0 │ │ ├── process-nextick-args@1.0.7 │ │ └── util-deprecate@1.0.2 │ ├─┬ node-libs-browser@2.0.0 │ │ ├── assert@1.4.1 │ │ ├─┬ browserify-zlib@0.1.4 │ │ │ └── pako@0.2.9 │ │ ├─┬ buffer@4.9.1 │ │ │ └── base64-js@1.2.0 │ │ ├─┬ console-browserify@1.1.0 │ │ │ └── date-now@0.1.4 │ │ ├── constants-browserify@1.0.0 │ │ ├─┬ crypto-browserify@3.11.0 │ │ │ ├─┬ browserify-cipher@1.0.0 │ │ │ │ ├─┬ browserify-aes@1.0.6 │ │ │ │ │ └── buffer-xor@1.0.3 │ │ │ │ ├─┬ browserify-des@1.0.0 │ │ │ │ │ └── des.js@1.0.0 │ │ │ │ └── evp_bytestokey@1.0.0 │ │ │ ├─┬ browserify-sign@4.0.0 │ │ │ │ ├── bn.js@4.11.6 │ │ │ │ ├── browserify-rsa@4.0.1 │ │ │ │ ├─┬ elliptic@6.4.0 │ │ │ │ │ ├── brorand@1.1.0 │ │ │ │ │ ├── hash.js@1.0.3 │ │ │ │ │ ├── hmac-drbg@1.0.0 │ │ │ │ │ ├── minimalistic-assert@1.0.0 │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 │ │ │ │ └─┬ parse-asn1@5.1.0 │ │ │ │ └── asn1.js@4.9.1 │ │ │ ├── create-ecdh@4.0.0 │ │ │ ├─┬ create-hash@1.1.2 │ │ │ │ ├── cipher-base@1.0.3 │ │ │ │ ├── ripemd160@1.0.1 │ │ │ │ └── sha.js@2.4.8 │ │ │ ├── create-hmac@1.1.4 │ │ │ ├─┬ diffie-hellman@5.0.2 │ │ │ │ └── miller-rabin@4.0.0 │ │ │ ├── pbkdf2@3.0.9 │ │ │ ├── public-encrypt@4.0.0 │ │ │ └── randombytes@2.0.3 │ │ ├── domain-browser@1.1.7 │ │ ├── events@1.1.1 │ │ ├── https-browserify@0.0.1 │ │ ├── os-browserify@0.2.1 │ │ ├── path-browserify@0.0.0 │ │ ├── process@0.11.9 │ │ ├── punycode@1.4.1 │ │ ├── querystring-es3@0.2.1 │ │ ├── stream-browserify@2.0.1 │ │ ├─┬ stream-http@2.6.3 │ │ │ ├── builtin-status-codes@3.0.0 │ │ │ ├── to-arraybuffer@1.0.1 │ │ │ └── xtend@4.0.1 │ │ ├── string_decoder@0.10.31 │ │ ├── timers-browserify@2.0.2 │ │ ├── tty-browserify@0.0.0 │ │ ├─┬ url@0.11.0 │ │ │ ├── punycode@1.3.2 │ │ │ └── querystring@0.2.0 │ │ ├─┬ util@0.10.3 │ │ │ └── inherits@2.0.1 │ │ └─┬ vm-browserify@0.0.4 │ │ └── indexof@0.0.1 │ ├─┬ supports-color@3.2.3 │ │ └── has-flag@1.0.0 │ ├── tapable@0.2.6 │ ├─┬ uglify-js@2.8.14 │ │ ├── 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 │ │ │ │ │ ├── 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 │ ├─┬ watchpack@1.3.1 │ │ └─┬ chokidar@1.6.1 │ │ ├─┬ anymatch@1.3.0 │ │ │ ├── arrify@1.0.1 │ │ │ └─┬ 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 │ │ │ │ │ └── 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 │ │ │ ├─┬ kind-of@3.1.0 │ │ │ │ └── is-buffer@1.1.5 │ │ │ ├── normalize-path@2.0.1 │ │ │ ├─┬ object.omit@2.0.1 │ │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ │ └── for-in@1.0.2 │ │ │ │ └── is-extendable@0.1.1 │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ ├── glob-base@0.3.0 │ │ │ │ └── is-dotfile@1.0.2 │ │ │ └─┬ regex-cache@0.4.3 │ │ │ ├── is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ ├── async-each@1.0.1 │ │ ├─┬ fsevents@1.1.1 │ │ │ ├── nan@2.5.1 │ │ │ └─┬ node-pre-gyp@0.6.33 │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ └── minimist@0.0.8 │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ └── abbrev@1.1.0 │ │ │ ├─┬ npmlog@4.0.2 │ │ │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ └── readable-stream@2.2.2 │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ ├─┬ gauge@2.7.3 │ │ │ │ │ ├── aproba@1.1.1 │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ └── wide-align@1.1.0 │ │ │ │ └── set-blocking@2.0.0 │ │ │ ├─┬ rc@1.1.7 │ │ │ │ ├── deep-extend@0.4.1 │ │ │ │ ├── ini@1.3.4 │ │ │ │ ├── minimist@1.2.0 │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ ├─┬ request@2.79.0 │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ ├── aws4@1.6.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 │ │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ │ │ ├── has-ansi@2.0.0 │ │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ │ ├─┬ commander@2.9.0 │ │ │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ │ │ ├─┬ 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 │ │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ │ │ └── pinkie@2.0.4 │ │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ │ ├── boom@2.10.1 │ │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ │ ├── hoek@2.16.3 │ │ │ │ │ └── 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.2 │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ │ ├─┬ 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.1 │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├─┬ mime-types@2.1.14 │ │ │ │ │ └── mime-db@1.26.0 │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ ├── qs@6.3.1 │ │ │ │ ├── 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 │ │ │ │ ├── inflight@1.0.6 │ │ │ │ ├─┬ minimatch@3.0.3 │ │ │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ ├── once@1.4.0 │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ ├── semver@5.3.0 │ │ │ ├─┬ tar@2.2.1 │ │ │ │ ├── block-stream@0.0.9 │ │ │ │ ├─┬ fstream@1.0.10 │ │ │ │ │ └── graceful-fs@4.1.11 │ │ │ │ └── inherits@2.0.3 │ │ │ └─┬ tar-pack@3.3.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├── fstream-ignore@1.0.5 │ │ │ ├─┬ once@1.3.3 │ │ │ │ └── wrappy@1.0.2 │ │ │ ├─┬ readable-stream@2.1.5 │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ └── uid-number@0.0.6 │ │ ├── glob-parent@2.0.0 │ │ ├─┬ is-binary-path@1.0.1 │ │ │ └── binary-extensions@1.8.0 │ │ ├─┬ is-glob@2.0.1 │ │ │ └── is-extglob@1.0.0 │ │ └─┬ readdirp@2.1.0 │ │ └── set-immediate-shim@1.0.1 │ └─┬ yargs@6.6.0 │ ├── camelcase@3.0.0 │ ├─┬ cliui@3.2.0 │ │ └── wrap-ansi@2.1.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 │ │ └─┬ read-pkg@1.1.0 │ │ ├─┬ load-json-file@1.1.0 │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └─┬ error-ex@1.3.1 │ │ │ │ └── is-arrayish@0.2.1 │ │ │ ├── pify@2.3.0 │ │ │ └─┬ strip-bom@2.0.0 │ │ │ └── is-utf8@0.2.1 │ │ ├─┬ normalize-package-data@2.3.6 │ │ │ ├── hosted-git-info@2.3.1 │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ └── builtin-modules@1.1.1 │ │ │ ├── semver@5.3.0 │ │ │ └─┬ 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 │ ├─┬ string-width@1.0.2 │ │ ├── code-point-at@1.1.0 │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ └── number-is-nan@1.0.1 │ ├── which-module@1.0.0 │ ├── y18n@3.2.1 │ └─┬ yargs-parser@4.2.1 │ └── camelcase@3.0.0 └── webpack-dev-server@2.4.2 extraneous

npm ERR! extraneous: webpack-dev-server@2.4.2 /Users/Angela/Downloads/jane-maps-master/example/node_modules/webpack-dev-server Angela-MacBook-Pro:example Angela$ npm start

react-webpack-template@0.0.0 start /Users/Angela/Downloads/jane-maps-master/example webpack-dev-server --config webpack.dev.config.js --progress --colors --inline

loader option has been deprecated - replace with "use" 10% building modules 1/1 modules 0 active i Project is running at http://localhost:8080/ webpack output is served from / 10% building modules 3/5 modules 2 active .../webpack-dev-server/client/overlay.js(node:19953) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils. Hash: c8403815423b8af361b2 / Version: webpack 2.2.1 Time: 12948ms Asset Size Chunks Chunk Names js/bundle.js 3.33 MB 0 [emitted] [big] main css/bundle.css 4.63 kB 0 [emitted] main js/bundle.js.map 3.76 MB 0 [emitted] main css/bundle.css.map 91 bytes 0 [emitted] main chunk {0} js/bundle.js, css/bundle.css, js/bundle.js.map, css/bundle.css.map (main) 2.93 MB [entry] [rendered] [210] ./~/react/react.js 56 bytes {0} [built] [443] ./index.js 388 bytes {0} [built] [444] (webpack)-dev-server/client?http://localhost:8080 5.44 kB {0} [built] [447] ./JaneExample.jsx 2.77 kB {0} [built] [539] ./~/html-entities/index.js 231 bytes {0} [built] [580] ./~/punycode/punycode.js 14.7 kB {0} [built] [583] ./~/querystring-es3/index.js 127 bytes {0} [built] [585] ./~/react-dom/index.js 59 bytes {0} [built] [700] ./~/strip-ansi/index.js 161 bytes {0} [built] [702] ./~/url/url.js 23.3 kB {0} [built] [703] ./~/url/util.js 314 bytes {0} [built] [704] (webpack)-dev-server/client/overlay.js 3.6 kB {0} [built] [705] (webpack)-dev-server/client/socket.js 856 bytes {0} [built] [708] (webpack)/hot/emitter.js 77 bytes {0} [built] [1100] multi (webpack)-dev-server/client?http://localhost:8080 ./index 40 bytes {0} [built]