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

声明 欢迎转载,但请保留文章原始出处:) 博客园:https://www.cnblogs.com/chenxiaomeng/ 如出现转载未声明 将追究法律责任~谢谢合作
原文地址:https://www.cnblogs.com/chenxiaomeng/p/15471103.html