Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.

ยท

1 min read

โ—๏ธ What is actually happening?

Exits with the following error after compilation.

Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.


๐Ÿ›  Issue Solved

I got it working

$ npm uninstall fibers && rm package-lock.json && rm -R node_modules && npm install



blogcoffee-2 (2).png

ย