Sage 10 - Bud doesn't start the dev server when using a plugin

you should open an issue in the bud repo.

for now, without much else to go on, you should:

  • run yarn bud install to update your package.json dependencies
  • run yarn install to install them

you can see the expected dependencies in the current main branch of roots/sage, for reference.

not sure if you read the release notes for bud v5.1.0 but there is a change that needs to be made to the bud.assets() call in your config.

for further debugging please make an issue on github. the issue form will ask you for some files from the .budfiles directory of your project along with a few other critical pieces of information that will make it much easier for me to help.

1 Like