Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

The use case "Nodeclipse with nodemon": #118

Open paulvi opened 10 years ago

paulvi commented 10 years ago

The use case "Nodeclipse with nodemon": asked on http://stackoverflow.com/questions/21299165/nodeclipse-nodemon-error

Nodeclipse 0.9 Eclipse 4.2.2 Java 1.7 on win32

Configure Nodeclipse with monitor path C:\Users\weibl\AppData\Roaming\npm\node_modules\nodemon\nodemon.js

logilog.js with console.log('done');

Run As -> Node with monitor

Produced command line (seen in Nodeclipse Console):

node --harmony C:\Users\weibl\AppData\Roaming\npm\node_modules\nodemon\nodemon.js D:\Workspaces\ADT-Bundle\CountingServer\try\logilog.js

Console output

    23 Jan 16:23:35 - [nodemon] v0.7.10

      Error: ENOENT, no such file or directory 'D:\Workspaces\ADT-Bundle\CountingServer\try\undefined\nodemonCheckFsWatch1390465415226'
          at Object.fs.openSync (fs.js:427:18)
          at Object.watchFileChecker.check (C:\Users\weibl\AppData\Roaming\npm\node_modules\nodemon\nodemon.js:154:22)
          at ready (C:\Users\weibl\AppData\Roaming\npm\node_modules\nodemon\nodemon.js:49:22)
          at testAndStart (C:\Users\weibl\AppData\Roaming\npm\node_modules\nodemon\nodemon.js:71:5)
          at Object.<anonymous> (C:\Users\weibl\AppData\Roaming\npm\node_modules\nodemon\nodemon.js:847:1)
          at Module._compile (module.js:456:26)
          at Object.Module._extensions..js (module.js:474:10)
          at Module.load (module.js:356:32)
          at Function.Module._load (module.js:312:12)
          at Function.Module.runMain (module.js:497:10)
      23 Jan 16:23:35 - [nodemon] to restart at any time, enter `rs`
      23 Jan 16:23:35 - [nodemon] watching: D:\Workspaces\ADT-Bundle\CountingServer\try
      23 Jan 16:23:35 - [nodemon] exception in nodemon killing node