Would really like to be able to do something like this:
server.run({ node_string: "babel-node", file: "whatever" })
It would then use this exact string in place of "node" in the spawn command, that way it would do spawn("babel-node"....). Or alternatively, node-0.12, etc
Would really like to be able to do something like this:
server.run({ node_string: "babel-node", file: "whatever" })
It would then use this exact string in place of "node" in the spawn command, that way it would do spawn("babel-node"....). Or alternatively, node-0.12, etc