Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

child process error: Error: channel closed - node + atom

I am relatively new to Node. I am using Atom and the following error message keeps popping up over and over again:

child process error: Error: channel closed

Additionally, there have been a couple of times my page has become non-responsive (not sure they are related but believe there is a high likelihood).

What are the steps one would take to track down the cause of this error in order to resolve it?

Hoping the SO community can help!

Thanks in advance.

like image 817
Ron I Avatar asked May 24 '16 18:05

Ron I


2 Answers

Check to see if you have the 'atom-ternjs' package installed. I have it installed on Atom 1.8.0 on OS X 10.11.5 and am seeing this error quite often recently. Disable this plugin if you have it installed and see if the error goes away.

like image 166
Ashwin Avatar answered Oct 23 '22 13:10

Ashwin


Not really a permanent solution, but I found if you "restart" the ternjs server the errors go away (at least for a little while)

enter image description here

like image 31
Kevin Jantzer Avatar answered Oct 23 '22 14:10

Kevin Jantzer