Results 5 comments of Darcy Brown

@jariz it looks like what changed in 0.3.0 was supporting the gatsby `pathPrefix` variable. While this is a useful feature, I think this is different that the original ask here...

I had this problem when I was mistakenly running off `npm`. There is a `yarn.lock` file so switching over to use that with `yarn` fixed everything up for me.

I did a `brew update` that got me stuck in this state somehow, this got me running again: https://github.com/kubernetes/minikube/issues/4291#issuecomment-494335628

Another case of this in v1.0.57: I can reproduce this with an empty git init: Works fine: ```bash mkdir testing cd testing opencode ``` Crashes with above error ```bash mkdir...