Open
Description
Starting the develop server fails as a lockfile can't be loaded. I'm guessing it fails because of this like https://github.com/gatsbyjs/gatsby/blob/80a9079bd16de7dbd4d48be714885de412b46e57/packages/gatsby-core-utils/src/service-lock.ts#L16 ?
So either xdg-basedir
isn't working right or tmp
.
There may be other things but that's as far as I got.