mapshakers / leaflet-icon-pulse

Leaflet pulsing icon plugin.
MIT License
207 stars 69 forks source link

Not building in node 11 #17

Open tho068 opened 5 years ago

tho068 commented 5 years ago

The plugin does not build in node 11. The error message is:

Command: gobble build -f dist Arguments: Directory: /home/thomas/Source/datalog/node_modules/leaflet-pulse-icon Output: gobble: build started gobble[18100]: ../src/async_wrap.cc:293:void node::SetupHooks(const v8::FunctionCallbackInfo&): Assertion `env->async_hooks_init_function().IsEmpty()' failed. 1: 0x90af00 node::Abort() [gobble] 2: 0x90afd5 [gobble] 3: 0x8cc55a [gobble] 4: 0xb8d2ca [gobble] 5: 0xb8de65 v8::internal::Builtin_HandleApiCall(int, v8::internal::Object*, v8::internal::Isolate) [gobble] 6: 0x3ac6c674fb5d Aborted (core dumped)

vis2992 commented 5 years ago

Have the same issue, I'm using node 10 LTS. Seems like this might be relevant: https://github.com/nodejs/node/issues/20529