模块版本不匹配。预计49,实际48

2024-05-07

我正在使用 Electron 模块 mdns 并且收到此错误

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Module version mismatch. Expected 49, got 48.
    at Error (native)
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:167:20)
    at Object.Module._extensions..node (module.js:568:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:167:20)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/ingsaurabh/dp/node_modules/mdns/lib/dns_sd.js:24:20)

卸载节点模块并重新安装,但不起作用


npm 重建 --runtime=电子 --target=1.3.4 --disturl=https://atom.io/download/atom-shell https://atom.io/download/atom-shell --abi=50

在你的情况下应该是49

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

模块版本不匹配。预计49,实际48 的相关文章

随机推荐