tilemill icon indicating copy to clipboard operation
tilemill copied to clipboard

Install failing

Open ax487 opened this issue 8 years ago • 1 comments

The install (npm install) fails on my system:

  CXX(target) Release/obj.target/zipfile/src/node_zipfile.o
In file included from ../src/node_zipfile.hpp:9:0,
                 from ../src/node_zipfile.cpp:1:
../node_modules/nan/nan.h:602:20: error: variable or field ‘AddGCEpilogueCallback’ declared void
       v8::Isolate::GCEpilogueCallback callback

This is due to the fact that node_zipfile can't be compiled with node 6.9.1, presumably because on of its dependencies (nan) is too old. The same problem seems to occur in the tileoven project. Is there any way to fix this?

ax487 avatar Oct 31 '16 10:10 ax487

@ax487 I just fixed this in tileoven by forking millstone and swapping out the node_zipfile dependency. Give it a spin and tell me if it works.

florianf avatar Nov 10 '16 22:11 florianf