bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
667 stars 186 forks source link

Latest Node.js version incomaptible? #115

Closed wangziyuruc closed 6 years ago

wangziyuruc commented 6 years ago

now node version 10.4 what is node version?


The latest version of Node.js, which is currently 10.7.0, seems to be incompatible with the dependencies used by the Barefoot monitor. The error is as follows:

error: no member named 'ForceSet' in 'v8::Object'   return obj->ForceSet(GetCurrentContext(), key, value, attribs);
smattheis commented 6 years ago

The LTS version of Node.js is 8.11.3 and the current version is 10.7.0. The latter has some incompatibility with the ZeroMQ binding, the former (LTS) works fine. I recommend to use the LTS version, which is "recommended to most users".

smattheis commented 6 years ago

@wangziyuruc Does it solve the issue for you?

wangziyuruc commented 6 years ago

yeah ! its ok