I had the absolute worst experience today. While using the integrated terminal that comes with vs code, an express server I had set up suddenly started crashing and throwing this error
throw er; unhandled 'error' event
after futile wtf google searches and literally frustrating/wasted hours of being stuck on this annoying bug, I decided to switch from the git bash in the vs code integrated terminal and run the server using the normal git bash interface, and voila! The server ran without errors. So annoying, I'm wondering if anyone else has experienced this?
Sebastian
Sorry to hear that. I honestly don’t use the integrated terminal for a simple reason. It’s to small. I have webpack on verbose running and I actually read this stuff (not all the time of course) so I always have an external shell running on full screen