You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just had the following crash, and it seems the problem originates here.
...
42.varprocessLister;43.if(process.platform==='win32'){
...
46.}else{47.processLister=spawn('ps',['-A','-o','ppid,pid,stat,comm']);
...
50.es.connect(
...
52.processLister.stdout,// this is undefined
...
TypeError: Cannot read property 'on' of undefined
at duplex (/Users/mg/w/git/nxt-render/node_modules/duplexer/index.js:31:11)
at Object.module.exports (/Users/mg/w/git/nxt-render/node_modules/stream-combiner/index.js:8:17)
at childrenOfPid (/Users/mg/w/git/nxt-render/node_modules/ps-tree/index.js:50:6)
at kill (/Users/mg/w/git/nxt-render/node_modules/nodemon/lib/monitor/run.js:281:7)
at Function.run.kill (/Users/mg/w/git/nxt-render/node_modules/nodemon/lib/monitor/run.js:214:9)
at Bus.<anonymous> (/Users/mg/w/git/nxt-render/node_modules/nodemon/lib/monitor/run.js:346:7)
at emitOne (events.js:120:20)
at Bus.emit (events.js:210:7)
at restartBus (/Users/mg/w/git/nxt-render/node_modules/nodemon/lib/monitor/watch.js:162:7)
at FSWatcher.filterAndRestart (/Users/mg/w/git/nxt-render/node_modules/nodemon/lib/monitor/watch.js:145:16)
The text was updated successfully, but these errors were encountered:
Just had the following crash, and it seems the problem originates here.
The text was updated successfully, but these errors were encountered: