Matt E

Results 6 comments of Matt E

Having same error with latest build...it works when I use var edge = require('edge'); but when I change it to 'electron-edge' I get the module could not self-register error...does this...

I am getting the same error messag and already have both of those installed---I opened it in dependancy walker and I see a bunch of missing dependancies on API-MS-WIN and...

This seems to be occurring because node-gyp build -debug keeps failing: ![image](https://cloud.githubusercontent.com/assets/17439424/19623730/c29ee53e-98a4-11e6-915d-554fdbb3491a.png)

Which is probably failing because node-gyp configure --ms_version=2015 is failing ![image](https://cloud.githubusercontent.com/assets/17439424/19623803/9deb99ee-98a9-11e6-8ead-f0b68f791f00.png)

Getting this error and debug log while trying to run jsHint: ``` 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\nodejs\\node.exe', 1 verbose cli 'C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',...

OK it appears the problem was related to node-gyp not being updated in npm to a version that could handle VS2015...so the FIRST thing you should recommend in big bold...