paulprendergast

Results 2 comments of paulprendergast

The build 7.9.0 on electron-edge-js did not work out of the box or when I tried \tools\build.bat. so this why I posted for KeyError=2017. When I try with just edgejs...

I have found that the build.bat that "C:\\electronDevelopment\\chap5\\electronEdge4\\node_modules\\electron-edge-js\\lib\\native\\win32\\x64\\7.9.0\\node.exe" "C:\\Users\\Paulp\\AppData\\Roaming\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "build" **"--target=1.7.6"** "--dist-url=https://atom.io/download/atom-shell" **"--msvs_version=2017"** "-release" has hard coded target and msvs_version. when I make the change to --target=1.7.9 and --msvs_version=2015...