Skip to content

The use case "Nodeclipse with nodemon": #118

Open
@paulvi

Description

@paulvi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions