Problem with bud sass while yarn dev/build

I just installed a fresh copy of sage v10 theme and followed every single step precisely as it is written for replacing tailwind CSS with bootstrap. However, I cant run the project and keep getting error:

BudError
extension._make is not a function

and this is my package.json file if you wonder whether my bud and sage version are same:

“devDependencies”: {
@roots/bud”: “6.16.1”,
@roots/bud-sass”: “^6.20.0”,
@roots/sage”: “6.16.1”
},

Any idea what else it may be?

Thanks

I would upgrade your Bud dependencies with bud upgrade and ensure you removed all Tailwind-related configuration from the Bud config.

1 Like

Found the problem. I needed to bump my bud & sage dependencies to 6.20.0 and that fixed the issue.

1 Like