Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The use case "Nodeclipse with nodemon": #118

Open
paulvi opened this issue Jan 23, 2014 · 0 comments
Open

The use case "Nodeclipse with nodemon": #118

paulvi opened this issue Jan 23, 2014 · 0 comments

Comments

@paulvi
Copy link
Member

paulvi commented Jan 23, 2014

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 - �[33m[nodemon] v0.7.10�[0m

      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 - �[33m[nodemon] to restart at any time, enter `rs`�[0m
      23 Jan 16:23:35 - �[32m[nodemon] watching: D:\Workspaces\ADT-Bundle\CountingServer\try�[0m
      23 Jan 16:23:35 - [nodemon] exception in nodemon killing node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant