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
On OSX 10.10.x and with node v6.3.0 these errors may occur during the installation of TripleWave:
While installing the dependency node-icu-charset-detector you could see ../node-icu-charset-detector.cpp:5:10: fatal error: 'unicode/ucsdet.h' file not found (tested on OSX 10.10), see here
While installing the dependency node-iconv you could see ../node_modules/nan/nan.h:601:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'(tested on 10.10), please ignore..
Both errors do NOT block the installation of TripleWave and do NOT impact the execution in any way.
Probably we need to clean up the depedencies.
The text was updated successfully, but these errors were encountered:
On OSX 10.10.x and with node v6.3.0 these errors may occur during the installation of TripleWave:
node-icu-charset-detector
you could see ../node-icu-charset-detector.cpp:5:10: fatal error: 'unicode/ucsdet.h' file not found (tested on OSX 10.10), see herenode-iconv
you could see ../node_modules/nan/nan.h:601:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'(tested on 10.10), please ignore..Both errors do NOT block the installation of TripleWave and do NOT impact the execution in any way.
Probably we need to clean up the depedencies.
The text was updated successfully, but these errors were encountered: