郑州哪些公司做网站比较好,网店装修是什么意思,网站设计合同范本,从零开始做网站node C插件使用#xff0c;在我们常规使用中#xff0c;需要使用node-gyp指定对饮的node版本即可 在electron的使用中#xff0c;我们需要指定的是electron版本要不然会报错使用的v8内核版本不一致导致C扩展无法正常引入 electron官方文档-node原生模块 package.json
{插件使用在我们常规使用中需要使用node-gyp指定对饮的node版本即可 在electron的使用中我们需要指定的是electron版本要不然会报错使用的v8内核版本不一致导致C扩展无法正常引入 electron官方文档-node原生模块 package.json
{devDependencies: {electron/rebuild: ^3.2.13,electron-rebuild: ^3.2.9}
}
下面是我实现的调试编译bat脚本提供你参考
rd /s /q ./build
node-gyp configure node-gyp rebuild --target25.5.0 --archx64 --dist-urlhttps://electronjs.org/headers node ./node/test.js