Adam Crabtree

Results 24 comments of Adam Crabtree

Reopening. Even though it's no longer an issue for @akoskm, it seems to still be an issue. @akoskm Please feel free to unfollow this issue.

This is almost certainly related to `babel-node-debug` using its locally installed babel dependency, which probably detects `.babelrc` relative to `babel-node-debug/` instead of `$PWD`. I'm not sure when I'll be able...

If my suspicion is correct (still need to verify), might be possible to spawn a child process with the properly set cwd: ``` javascript spawn('bash', ['-i'], { cwd: new_cwd, env:...

Don't remember. I'll take a look.