node-dev
node-dev copied to clipboard
Restarts Node.JS on file modifications
I'm not sure if this is a node-dev issue or a inotify issue? $ npm install dev -g [email protected] install /Users/dale/local/node/lib/node_modules/dev/node_modules/inotify node-waf configure build Checking for program g++ or c++...
I'd like to add the --trace_exception option to node when running node-dev. Is there such an option? It appears that this is not possible ... ``` child = spawn(node, [options.run].concat(process.argv.slice(3)));...
Issue on Ubuntu 11.04 Natty Narwhal, Node.JS version v.0.4.7, using npm and nvm for package and version management respectively. Ran the script below with 'node-dev testing.js': var http = require('http');...