I’m receiving the following error when I run yarn build
$ bud build
bud.hooks.event.get error: booted
There was an error while running a hook for the "booted" event.
The error occurred in hook #0.
The error message was:
Cannot read properties of undefined (reading 'instance')
I have tried the following with no success:
yarn dev
npm cache clean --force
yarn cache clean
and adding bud to my yarn.lock with yarn add @roots/bud --dev
Has anyone experienced this issue before?
Edit: Running WSL2 on Windows 11