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

rs / exception in nodemon killing node / Error: write after end #524

Closed
KoltesDigital opened this issue Mar 16, 2015 · 3 comments
Closed
Labels
stale no activity for 2 weeks

Comments

@KoltesDigital
Copy link

I already had this error twice when I type rs.

rs
exception in nodemon killing node
Error: write after end
    at writeAfterEnd (_stream_writable.js:167:12)
    at Socket.Writable.write (_stream_writable.js:214:5)
    at Socket.write (net.js:625:40)
    at ReadStream.ondata (_stream_readable.js:540:20)
    at ReadStream.emit (events.js:129:20)
    at readableAddChunk (_stream_readable.js:163:16)
    at ReadStream.Readable.push (_stream_readable.js:126:10)
    at TTY.onread (net.js:529:20)

.../nodemon.js --dump

--------------
node: v0.12.0
nodemon: v1.2.1
command: node C:\Users\XXX\AppData\Roaming\npm\node_modules\nodemon\bin\nodemon.js --dump
cwd: C:\XXX
OS: win32 x64
--------------
{ run: false,
  system:
   { cwd: 'C:\\XXX',
     useFind: false,
     useWatch: false,
     useWatchFile: true },
  required: false,
  dirs: [ 'C:\\XXX' ],
  timeout: 1000,
  options:
   { scriptPosition: 0,
     dump: true,
     script: 'app.js',
     args: [],
     ignore:
      [ '.git',
        'node_modules',
        'bower_components',
        '.sass-cache',
        re: /\.git|node_modules|bower_components|\.sass\-cache/ ],
     watch: [ '*.*', re: /.*\..*/ ],
     restartable: 'rs',
     execMap: { py: 'python', rb: 'ruby' },
     stdin: true,
     verbose: false,
     stdout: true,
     execOptions:
      { script: 'app.js',
        exec: 'node',
        args: [],
        nodeArgs: undefined,
        ext: 'js',
        env: {},
        execArgs: [] },
     ext: 'js',
     monitor:
      [ '*.*',
        '!.git',
        '!C:\\XXX\\node_modules/**/*',
        '!bower_components',
        '!.sass-cache' ] },
  load: [Function],
  reset: [Function: reset],
  lastStarted: 0,
  loaded: [],
  command:
   { raw: { executable: 'node', args: [ 'app.js' ] },
     string: 'node app.js' } }
@remy
Copy link
Owner

remy commented Sep 19, 2015

I appreciate it was a while ago, but can you try with nodemon@1.6.1 - I've pushed a fix to rs.

@stale
Copy link

stale bot commented Dec 5, 2017

This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3

@stale stale bot added the stale no activity for 2 weeks label Dec 5, 2017
@KoltesDigital
Copy link
Author

I have no occurrences for months, I close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale no activity for 2 weeks
Projects
None yet
Development

No branches or pull requests

2 participants