Skip to content

Instantly share code, notes, and snippets.

@jieter
Created January 19, 2016 12:50
Show Gist options
  • Save jieter/dff63f210a131e3ad60e to your computer and use it in GitHub Desktop.
Save jieter/dff63f210a131e3ad60e to your computer and use it in GitHub Desktop.
leaflet-headless npm install
jieter@zimri:~/workspace/_npm/leaflet-headless (master)$ npm install
npm WARN engine [email protected]: wanted: {"node":">=0.12.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.12.0","iojs":">=1.0.0"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN deprecated [email protected]: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0
> [email protected] install /home/jieter/workspace/_npm/leaflet-headless/node_modules/canvas
> node-gyp rebuild
make: Entering directory '/home/jieter/workspace/_npm/leaflet-headless/node_modules/canvas/build'
SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node
SOLINK_MODULE(target) Release/obj.target/canvas-postbuild.node: Finished
COPY Release/canvas-postbuild.node
CXX(target) Release/obj.target/canvas/src/Canvas.o
CXX(target) Release/obj.target/canvas/src/CanvasGradient.o
CXX(target) Release/obj.target/canvas/src/CanvasPattern.o
CXX(target) Release/obj.target/canvas/src/CanvasRenderingContext2d.o
CXX(target) Release/obj.target/canvas/src/color.o
CXX(target) Release/obj.target/canvas/src/Image.o
CXX(target) Release/obj.target/canvas/src/ImageData.o
CXX(target) Release/obj.target/canvas/src/init.o
CXX(target) Release/obj.target/canvas/src/FontFace.o
SOLINK_MODULE(target) Release/obj.target/canvas.node
SOLINK_MODULE(target) Release/obj.target/canvas.node: Finished
COPY Release/canvas.node
make: Leaving directory '/home/jieter/workspace/_npm/leaflet-headless/node_modules/canvas/build'
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.37","npm":"1.4.28"})
npm WARN engine [email protected]: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.37","npm":"1.4.28"})
> [email protected] install /home/jieter/workspace/_npm/leaflet-headless/node_modules/jsdom/node_modules/contextify
> node-gyp rebuild
make: Entering directory '/home/jieter/workspace/_npm/leaflet-headless/node_modules/jsdom/node_modules/contextify/build'
CXX(target) Release/obj.target/contextify/src/contextify.o
SOLINK_MODULE(target) Release/obj.target/contextify.node
SOLINK_MODULE(target) Release/obj.target/contextify.node: Finished
COPY Release/contextify.node
make: Leaving directory '/home/jieter/workspace/_npm/leaflet-headless/node_modules/jsdom/node_modules/contextify/build'
[email protected] node_modules/chai-leaflet
[email protected] node_modules/leaflet-image
[email protected] node_modules/leaflet
[email protected] node_modules/chai
├── [email protected]
└── [email protected] ([email protected])
[email protected] node_modules/mocha
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected])
[email protected] node_modules/request
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected])
[email protected] node_modules/mversion
├── [email protected]
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
[email protected] node_modules/eslint
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected]
├── [email protected] ([email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected])
├── [email protected] ([email protected], [email protected])
└── [email protected] ([email protected], [email protected], [email protected], [email protected])
[email protected] node_modules/canvas
└── [email protected]
[email protected] node_modules/jsdom
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected])
├── [email protected]
├── [email protected]
└── [email protected] ([email protected], [email protected])
jieter@zimri:~/workspace/_npm/leaflet-headless (master)$ node examples/
choropleth/ cluster-image/ leaflet-image/ leaflet-markercluster/ mapbox-geojson/
jieter@zimri:~/workspace/_npm/leaflet-headless (master)$ node examples/choropleth/
[SECURITY] node-uuid: crypto not usable, falling back to insecure Math.random()
Save to image using leaflet-image...
Saved file to /home/jieter/workspace/_npm/leaflet-headless/examples/choropleth/test-choropleth.png
choropleth: 5091ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment