xxoo/node-fswin

Compiling for electron fails

Closed this issue · 2 comments

Running on Win10, Node 7.8.0 and node-gyp 3.6.0. Following the guide found here running this command
node-gyp rebuild --target=1.6.2 --arch=x64 --dist-url=https://atom.io/download/electron produces this error.

cmd_2017-04-03_15-11-01

xxoo commented

@scedge I've updated the source, but I can't test it by now. please try again and let me know if it works. thanks

Works perfectly! I ran the command I originally mentioned but this time it finished without errors, it generated a new fswin.node file which I used that file to replace the one in my electron app located in node_modules\fswin\7.x.x\x64 and was able to read file properties.

Thanks for the fix.