Sercan Özdemir
Sercan Özdemir
Unfortunately because of huge refactors/time losses and no investments we have given up on enterprise version. But if you wish this to be implemented quicker, you can [fund this issue](https://gitcoin.co/bounty/new)...
Hello @Unforgiven-wanda you're definitely right, I'm currently working on it :)
Hi @Unforgiven-wanda I've managed to **unpack** binaries (node and mongod) to outside of asar package and managed to spawn mongod successfully, but no luck to **spawn** node due to limitations...
Thank you so much for sharing, definitely will do :)
Thanks for sharing @Unforgiven-wanda as soon as I get some spare time, gotta check that.
Hi @Unforgiven-wanda I'm trying to use `execFile` instead of spawn for the node process but it fails to find **main.js** wit the error **Cannot find module** How did you manage...
Unfortunately that didn't work for me, I'm at work now, can share my work tonight.
Ok, here's what I did: ``` let nodeProcess = execFile(path, [mainPath], (error, stdout, stderr) => { if (error) { console.error(logTag, '[NODE-ERROR]', error.toString()); throw error; } if (stdout) console.log(logTag, '[NODE-STDOUT]', stdout.toString());...
Hi @Unforgiven-wanda You need to follow steps from [here](https://github.com/mongoclient/mongoclient-electron/blob/master/README.md) to package application (and of course you need to have a meteor application source code), differently from that guide, you need...
I would like to hear more @Unforgiven-wanda, I totally agree with you and we're in the same boat. I really have too little time for this (I'm developing Mongoclient at...