Assertion failed
Expression:thread_id_key ! = 0x7777
For information on how your program can cause an assertion failure,see the visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
原因:nodejs v16.x 或更高版本不支持 Fibers
解決方法:下載nvm 下載14版本的 node 當前就不會報錯了
參考解決方案:https://github.com/koush/vysor.io/issues/254