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
I'm having a similar issue. I downloaded longjohn specifically to try to debug this error, but it gets stuck somewhere and won't print out a full stack trace:
Error: read ECONNRESET
at exports._errnoException (util.js:870:11)
at TLSWrap.onread (net.js:544:26)
---------------------------------------------
at fireErrorCallbacks (net.js:444:15)
at TLSSocket.Socket._destroy (net.js:480:3)
at TLSWrap.onread (net.js:544:17)
Why isn't longjohn printing a long stack trace here with all the callbacks?
I placed
require('longjohn');
on the top of my gulp file ...The text was updated successfully, but these errors were encountered: