nodev
nodev copied to clipboard
processes don't quit on quit?
to reproduce:
- Install nodev locally
- Run nodev via an npm script
- send "command + c" to quit
- press the up arrow
At step 4 I'm seeing a lot of garbage in the console and need to send the quit signal again to get rid of it.
@at0g Thanks for the report.
- Could you please describe use case when you need to install nodev locally. It is actually meant to be installed globally (that would also allow you to have it in your $PATH).
- Can you please give some environment details? Last tested with 0.12 I think, and wasn't really tested with recent releases.
Hi @akamensky
Use cases for local install:
- node versions: local packages work much better when using different node versions per project, I use nvm for this and no longer have a system/global node to install to
- dependencies: using a local version means I can add the file to devDependencies in package.json
As for my environment, this issue popped up in node v6.1.0
(on OS X) - I haven't tried reproducing it in any 0.x releases.