Created
May 1, 2017 14:02
-
-
Save lukereding/b560a4b8f2185bd8e5cc8e29e2af41b9 to your computer and use it in GitHub Desktop.
deck_gl_geojson output run locally
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
| 0214-lreding:deck_gl_geojson lreding$ ap run | |
| + yarn add deck.gl | |
| yarn add v0.23.2 | |
| warning No license field | |
| [1/4] π Resolving packages... | |
| [2/4] π Fetching packages... | |
| [3/4] π Linking dependencies... | |
| [4/4] π Building fresh packages... | |
| warning Your current version of Yarn is out of date. The latest version is "0.23.3" while you're on "0.23.2". | |
| success Saved 1 new dependency. | |
| ββ [email protected] | |
| warning No license field | |
| β¨ Done in 3.20s. | |
| + yarn install | |
| yarn install v0.23.2 | |
| warning No license field | |
| [1/4] π Resolving packages... | |
| success Already up-to-date. | |
| β¨ Done in 0.53s. | |
| + yarn start | |
| yarn start v0.23.2 | |
| $ webpack-dev-server --progress --hot --port 8086 --host 0.0.0.0 | |
| 10% building modules 1/1 modules 0 active / Project is running at http://0.0.0.0:8086/ | |
| webpack output is served from / | |
| Hash: 788fbfcd5b00698d9cb3 t Version: webpack 2.2.1 | |
| Time: 5083ms | |
| Asset Size Chunks Chunk Names | |
| bundle.js 5.97 MB 0 [emitted] [big] app | |
| bundle.js.map 6.47 MB 0 [emitted] app | |
| chunk {0} bundle.js, bundle.js.map (app) 5.59 MB [entry] [rendered] | |
| [26] ./~/react/react.js 56 bytes {0} [built] | |
| [316] (webpack)/hot/emitter.js 77 bytes {0} [built] | |
| [317] ./app.js 2.09 kB {0} [built] | |
| [318] (webpack)-dev-server/client?http://0.0.0.0:8086 4.9 kB {0} [built] | |
| [319] (webpack)/hot/dev-server.js 1.57 kB {0} [built] | |
| [325] ./deckgl-overlay.js 2.04 kB {0} [built] | |
| [403] ./~/d3-request/build/d3-request.js 6.65 kB {0} [built] | |
| [628] ./~/react-dom/index.js 59 bytes {0} [built] | |
| [713] ./~/react-map-gl/index.js 1.18 kB {0} [built] | |
| [752] ./~/strip-ansi/index.js 161 bytes {0} [built] | |
| [755] ./~/url/url.js 23.3 kB {0} [built] | |
| [761] (webpack)-dev-server/client/overlay.js 3.59 kB {0} [built] | |
| [762] (webpack)-dev-server/client/socket.js 856 bytes {0} [built] | |
| [765] (webpack)/hot/log-apply-result.js 1.02 kB {0} [built] | |
| [768] multi (webpack)-dev-server/client?http://0.0.0.0:8086 webpack/hot/dev-server ./app.js 52 bytes {0} [built] | |
| + 754 hidden modules | |
| ERROR in ./~/mapbox-gl/js/geo/coordinate.js | |
| Module parse failed: /Users/lreding/Downloads/anaconda-platform-master/example_projects/deck_gl_geojson/node_modules/mapbox-gl/js/geo/coordinate.js Unexpected token (14:10) | |
| You may need an appropriate loader to handle this file type. | |
| | */ | |
| | class Coordinate { | |
| | column: number; | |
| | row: number; | |
| | zoom: number; | |
| @ ./~/mapbox-gl/js/geo/transform.js 5:17-40 | |
| @ ./~/react-map-gl/dist/utils/transform.js | |
| @ ./~/react-map-gl/dist/map.react.js | |
| @ ./~/react-map-gl/dist/index.js | |
| @ ./~/react-map-gl/index.js | |
| @ ./app.js | |
| @ multi (webpack)-dev-server/client?http://0.0.0.0:8086 webpack/hot/dev-server ./app.js | |
| ERROR in ./~/mapbox-gl/js/util/util.js | |
| Module parse failed: /Users/lreding/Downloads/anaconda-platform-master/example_projects/deck_gl_geojson/node_modules/mapbox-gl/js/util/util.js Unexpected token (15:35) | |
| You may need an appropriate loader to handle this file type. | |
| | * @private | |
| | */ | |
| | exports.easeCubicInOut = function(t: number): number { | |
| | if (t <= 0) return 0; | |
| | if (t >= 1) return 1; | |
| @ ./~/mapbox-gl/js/geo/transform.js 6:11-34 | |
| @ ./~/react-map-gl/dist/utils/transform.js | |
| @ ./~/react-map-gl/dist/map.react.js | |
| @ ./~/react-map-gl/dist/index.js | |
| @ ./~/react-map-gl/index.js | |
| @ ./app.js | |
| @ multi (webpack)-dev-server/client?http://0.0.0.0:8086 webpack/hot/dev-server ./app.js | |
| webpack: Failed to compile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment