Netlify Dev with Jekyll Stuck loading

I’ve been trying to get Netlify Dev to cooperate in the dev environment on several machines to no avail. I had it running on my Macbook Pro for a limited time but had to install a Node Version Manager for other dev needs and can’t get it back up and running. I just get stuck in this screen where the dots continuously run and that “running on localhost:8080” message never pops up Screen Shot 2020-01-06 at 9.52.30 AM

netlify -v
netlify-cli/2.25.0 darwin-x64 node-v13.5.0

node -v
v13.5.0

jekyll -v
jekyll 4.0.0

Hmm, that’s frustrating. Have you opened an issue on this repo already? (CLI has merged with Dev)

If not, then that might be my recommended cause of action for this. I’m sorry we can’t be more helpful!

Just saw there was a new release of the netlify-cli available so I updated to the latest version of netlify (2.28.0) and Node (13.6.0)

great. did that fix the issue?