vrmerlin

Results 12 comments of vrmerlin

Also, I tried running the command ``npm rebuild --runtime=electron --target=1.6.0 --msvs_version=2015 --arch=x64`` and got this compile error in the Java code: ``` ..\src\utils.cpp(494): error C3083: 'NewStringType': the symbol to the...

I finally got it to work. Here are the commands: `` npm install --arch=x64 --msvs_version=2015 node_modules\.bin\electron-rebuild node node_modules\java\postInstall.js `` @joeferner -- it looks like this is a bug in the...