You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@tolmasky would you mind give https://github.com/gimm/gulp-live-server a try, its the new version of gulp-express.
It uses process.execPath instead of node in the spawn command, should be able to fulfill your requirement here.
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
The text was updated successfully, but these errors were encountered: