mapbox / spritezero-cli

A command-line interface to spritezero.
Other
166 stars 64 forks source link

npm Install Error #9

Closed DylanMoriarty closed 8 years ago

DylanMoriarty commented 8 years ago

Howdy. It seems there's a bug with doing the npm install for this. Error begins with:

node-pre-gyp ERR! Tried to download: https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.5.13/Release/node-v14-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for mapnik@3.5.13 and node@0.12.13 (node-v14 ABI) (falling back to source compile with node-gyp)

/bin/sh: mapnik-config: command not found
gyp: Call to 'mapnik-config --cflags' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/Users/dmoriarty/n/lib/node_modules

Which seems like it might be something more associated with mapnik itself? Eitherway, can't get this working.

DylanMoriarty commented 8 years ago

welp. Solved myself, was a bug with node versions. 😬