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
I am trying to install spritezero. It requires mapnik in package.json like "dependencies": {"mapnik": "^4.4.0"}. But in the middle of install, because there is not found pre-built at Amazon cloud, the install will be failed. So I made a my own pre-built from source build from this node-mapnik and a mapnik.node file exists at Release directory.
But how can I continue this install with the mapnik.node file? Do you have any idea?
The text was updated successfully, but these errors were encountered:
I am trying to install spritezero. It requires mapnik in package.json like "dependencies": {"mapnik": "^4.4.0"}. But in the middle of install, because there is not found pre-built at Amazon cloud, the install will be failed. So I made a my own pre-built from source build from this node-mapnik and a mapnik.node file exists at Release directory.
But how can I continue this install with the mapnik.node file? Do you have any idea?
The text was updated successfully, but these errors were encountered: