We're a place where coders share, stay up-to-date and grow their careers.
How do you want to make it deployable for it to be effective?
I can contribute and work with the code, but maybe there might be a much more easier way.
''' execFile("C:/Program Files/MongoDB/Server/3.2/bin/mongod.exe", ['--version'], (error, stdout, stderr) => { if (error) { throw error; } console.log(stdout); '''
This should kinda of fix that for windows env
How do you want to make it deployable for it to be effective?
I can contribute and work with the code, but maybe there might be a much more easier way.
'''
execFile("C:/Program Files/MongoDB/Server/3.2/bin/mongod.exe", ['--version'], (error, stdout, stderr) => {
if (error) {
throw error;
}
console.log(stdout);
'''
This should kinda of fix that for windows env