Skip to content

Instantly share code, notes, and snippets.

View JAYSONHOOGY's full-sized avatar

Jayson Hoogeveen JAYSONHOOGY

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jaysonhoogy on github.
  • I am jaysonhoogy (https://keybase.io/jaysonhoogy) on keybase.
  • I have a public key whose fingerprint is 1FD1 406F 1ED7 D4CF A1C8 0ED5 2221 C1B2 FB6F 4D14

To claim this, I am signing this object:

npm http GET https://github.com/mapnik/node-mapnik/tarball/vector-tile
npm http 200 https://github.com/mapnik/node-mapnik/tarball/vector-tile
npm http GET https://registry.npmjs.org/mapnik-vector-tile
npm http 304 https://registry.npmjs.org/mapnik-vector-tile
npm WARN package.json mapnik-vector-tile@0.0.4 No repository field.
> mapnik-vector-tile@0.0.4 install /home/jayson/node_modules/mapnik/node_modules/mapnik-vector-tile
> protoc -Iproto/ --cpp_out=./src/ ./proto/vector_tile.proto
@JAYSONHOOGY
JAYSONHOOGY / gist:5763299
Created June 12, 2013 06:45
Error when trying to run TM2
jayson@jayson-VirtualBox-Ubuntu:~/tm2$ node index.js
module.js:340
throw err;
^
Error: Cannot find module 'mapnik'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/home/jayson/tm2/node_modules/tilelive-bridge/index.js:5:14)