You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this recetly, whilst trying to install @mapbox/spritezero
npm ERR! In file included from ../src/node_mapnik.cpp:7:
npm ERR! In file included from ../src/mapnik_vector_tile.hpp:7:
npm ERR! In file included from ../../mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5:
npm ERR! ../../mapnik-vector-tile/src/vector_tile_tile.hpp:11:10: fatal error: 'mapnik/geometry/box2d.hpp' file not found
npm ERR! #include <mapnik/geometry/box2d.hpp>
npm ERR! ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Looks like it's related to #261 even though it's been some time since that issue has been closed.
Any suggestion how to resolve/work around the issue?
Ran into this recetly, whilst trying to install
@mapbox/spritezeroLooks like it's related to #261 even though it's been some time since that issue has been closed.
Any suggestion how to resolve/work around the issue?