I just started to use and installed flow, but when executing yarn run flow status I become the following error:
$ yarn run flow status
yarn run v1.3.2
$ /Users/albert/go/src/github.com/bogem/palp/node_modules/.bin/flow status
Attempting to kill server for `/Users/albert/go/src/github.com/bogem/palp`
Unable to figure out pids of running Flow server. Try manually killing it with 'pkill flow' (be careful on shared devservers)
Failed to kill server for `/Users/albert/go/src/github.com/bogem/palp`
error Command failed with exit code 4.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
P.S. Before I executed yarn run init and it was successful.
Try updating to version 0.60.1 if you haven't already. I had the same issue with 0.60.0 and the latest version resolved it
@af Yes, it fixed the issue. Thank you!
Most helpful comment
Try updating to version 0.60.1 if you haven't already. I had the same issue with 0.60.0 and the latest version resolved it