Guest User

Untitled

a guest
Aug 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Invoke the process.addListener() and Node tell me: No such module
  2. process.addListener('SIGINT', function(){ console.log( 'Sigint test.' ); } );
  3.  
  4. node.js:203
  5. throw e; // process.nextTick error, or 'error' event on first tick
  6. ^
  7. Error: No such module
  8. at EventEmitter.<anonymous> (node.js:361:27)
  9. at Object.<anonymous> (D:NodejsMySamplesample.js:13:9)
  10. at Module._compile (module.js:432:26)
  11. at Object..js (module.js:450:10)
  12. at Module.load (module.js:351:31)
  13. at Function._load (module.js:310:12)
  14. at Array.<anonymous> (module.js:470:10)
  15. at EventEmitter._tickCallback (node.js:195:26)
Add Comment
Please, Sign In to add comment