Michael Hinkley

Results 1 issues of Michael Hinkley

I'd like to add ``` if (!fs.existsSync(__dirname + '/build')){ fs.mkdirSync(__dirname + '/build'); } ``` above line 22 of `postInstall.js`. When creating the file `..(__dirname, './build/jvm_dll_path.json)` I get an error because...