zhuchb
zhuchb
可以参考这个文章解决:https://blog.csdn.net/weixin_40116478/article/details/141557676?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22141557676%22%2C%22source%22%3A%22weixin_40116478%22%7D
there is a solution for it referencing `worker threads throws exception while loading npm lib #21783` it need chang this ```c++ // NODE_MODULE(msgpackBinding, init); NODE_MODULE_INIT() { init(exports); } ```
I wonder why not find the fix in source code,