matthiasg
matthiasg
it is working here (just looking a little ugly due to missing characters)
btw .. process.stdout is not sync on windows .. at least not now. this causes issues right now for e.g. capturing output of a node process (e.g. mocha) when that...
this looks like a way even if node doesnt do this automatically: https://github.com/eslint/eslint/commit/bca4ae791015cf0f418e405de8902a5a572c9f7c
also see here: https://github.com/joyent/node/issues/3737#issuecomment-18765224
When using `npm i --build-from-source` it works for me. I wonder why this is, since not having binaries should automatically trigger a build from source anyway,
Btw I switched to @gfx/zopfli for now which is not quite as fast but does not have these issues with compilation.
did somebody do this already ?
good question would be quite interested in this too
weird .. it doesnt even start on my machine (win 10 x64, node 5.4.1) citing: `The system cannot find the path specified`. not the vtop.cmd mind you, it can find...
Good info, though it does say in the docs there to open an issue and describe the use case. will look into using the api via ffi , but the...