nodejs v16.x 或更高版本不支持 Fibers
作者:互联网
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
标签:nodejs,Fibers,v16,报错,版本,下载 来源: https://www.cnblogs.com/chenxiaomeng/p/15471103.html