使用Edge.JS与Electron失败

时间:2016-01-19 10:07:06

标签: node.js electron edgejs

我正在尝试在Electron应用程序中使用Edge.JS。 当需要边缘模块时,应用程序会抛出以下错误:

未捕获错误:找不到指定的过程。 ?\ \ C:\ MyApp的\ node_modules \边缘\ lib中\天然\ WIN32 \ 64 \ 5.1.0 \ edge_nativeclr.node

知道这个错误的原因吗?

3 个答案:

答案 0 :(得分:2)

使用edge-atom-shell代替修复所有这些问题

答案 1 :(得分:2)

这是我使用edge-atom-shell的唯一方法:
> npm install --save-dev electron-prebuilt
> npm install edge-atom-shell
> cd node_modules / edge-atom-shell /
> node-gyp configure --msvs_version = 2013
> HOME =〜/ .electron-gyp node-gyp rebuild --target = 0.36.6 --arch = x64 --dist-url = https://atom.io/download/atom-shell

答案 2 :(得分:1)

可能会迟到,但肯定会在将来帮助一些,这个回购在这里解决了这种情况:

https://github.com/kexplo/electron-edge