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

**URL:** https://discourse.roots.io/t/sage-10-bud-doesnt-start-the-dev-server-when-using-a-plugin/22132
**Category:** bud
**Tags:** sage10
**Created:** 2022-01-19T13:27:57Z
**Posts:** 10
**Showing post:** 5 of 10

## Post 5 by @kellymears — 2022-01-20T10:12:39Z

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.

> <https://github.com/roots/sage/blob/f63033ef3ae9312ea27d07d3be075cbd0ccff8ff/package.json#L25-L42>

not sure if you read [the release notes for bud v5.1.0](https://discourse.roots.io/t/bud-v5-1-0-released/) 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.

---

_[View the full topic](https://discourse.roots.io/t/sage-10-bud-doesnt-start-the-dev-server-when-using-a-plugin/22132)._
