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