node-terminal icon indicating copy to clipboard operation
node-terminal copied to clipboard

Terminal control for node.js scripts

Results 3 node-terminal issues
Sort by recently updated
recently updated
newest added

Love the package, but have to stop using as the only standard file descriptor is stdout. @mattijs , please let me know if you need more input.

[ludovic@tor1 noia-node-terminal]$ npm start > [email protected] start /home/ludovic/noia/noia-node-terminal > node index module.js:478 throw err; ^ Error: Cannot find module 'noia-protocol' at Function.Module._resolveFilename (module.js:476:15) at Function.Module._load (module.js:424:25) at Module.require (module.js:504:17) at...

I've noticed that down(0) actually moves down one line when it's at the bottom of the terminal. Any ideas why? I've had to 'if' it out. See here : https://github.com/davidmaxwaterman/progress...