-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install fails at mapnik dependency #25
Comments
I tried installing mapnik separately first, which gets me around the first roadblock, but fails later in the process. Meanwhile, npm still tries to install mapnik and fails, apparently because it's looking for version 3.6.2 whereas the version installed from mapnik.com is 3.0.16. |
Hi @eldang, if you're working on Windows, please see 'Depends' section in node-mapnik readme file. P.S. I was able to successfully install spritezero-cli using Node.js v.8.9.4 |
Thanks, @zilvinelis . I'm on a Mac, but am using node v.9.5.0 . I'll see if I can install nvm, node v.8.xx and then spritezero-cli; if it works then I'll submit a PR to warn upfront about this in the README. |
@eldang, was you able to fix this? I'm getting the same issue |
I'm sorry @AEiosApp - I ended up not having time, having meanwhile found that this wasn't the tool I needed anyway. |
I've got the same issue and using the version 8.9.4 fixes it |
@AEiosApp Did you ever solve this? I am stuck in the same place as you are. I personally did a 10x version install found this dependency issue, uninstalled and installed of 8.9.4. Still getting the exact same error. Any help would be appreciated. |
Aggh!! This is because of the |
nothing previously suggested worked for me on mac Catalina or Win10 to avoid the mapnik failure except to use this fork https://www.npmjs.com/package/@beyondtracks/spritezero-cli. 2 days to troubleshoot. ~ms to make spritesheet :) |
@cdavis4 Thank you for sharing! |
@cdavis4 , thank you so much! |
I just tried to install this tool but got a series of errors from the npm installer. Here's the first part:
AFAICT, the rest are consequences of failure to install mapnik.
The text was updated successfully, but these errors were encountered: