Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.
โ๏ธ 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
ย