Fix: The flow server is not responding
flow flow-lsp osxRecently, I was setting up flow
for one of my project. Everything was running normally, but after sometime, there was this error on the screen:
The flow server is not responding
Seems like it is because of an unhandled exception that lead to crashing the flow server.
Here is a quick fix. Go to the command prompt and run:
pkill -f flow-bin
After this, try to run the flow
. The flow-server will be restarted and everything should work properly from now.
References: #
Comments