Trying to run a script using node versions 0.10.33 & 0.11 and I'm getting this error:
node: ../src/coroutine.cc:75: void* find_thread_id_key(void*): Assertionthread_data_key' failed.`
The package that I'm using is CamanJS.
Steps:
node index.js
index.js
var Caman = require('caman'); // here is when breaks and returns the error above.
...
Trying to run a script using node versions 0.10.33 & 0.11 and I'm getting this error:
node: ../src/coroutine.cc:75: void* find_thread_id_key(void*): Assertion
thread_data_key' failed.` The package that I'm using is CamanJS.Steps:
index.js
https://github.com/laverdet/node-fibers/blob/master/src/coroutine.cc#L75