# Can't run Bud commands

**URL:** https://discourse.roots.io/t/cant-run-bud-commands/29132
**Category:** bud
**Created:** 2025-01-21T10:03:52Z
**Posts:** 3

## Post 1 by @marcelo2605 — 2025-01-21T10:03:53Z

I’m testing the simple [SASS example](https://github.com/roots/bud/blob/aeba9d1d24885a8ec7b070f57218cce8237f193f/examples/sass/src/index.scss) using this stack:

- Node 20.12.1 (via NVM)
- yarn 3.5.1

This is my package.json:

```
{
  "name": "@examples/sass",
  "$schema": "https://bud.js.org/bud.package.json",
  "private": true,
  "engines": {
    "node": ">=20.0.0"
  },
  "type": "module",
  "devDependencies": {
    "@roots/bud": "6.24.0",
    "@roots/bud-sass": "6.24.0"
  }
}
```

When running the commands `yarn bud upgrade` or `yarn bud build`, I got the same error:

> /home/test/.yarn/ **virtual** /@roots-bud-support-virtual-d6e2381f73/0/cache/@roots-bud-support-npm-6.24.0-4d244ce310-ba081b5b96.zip/node\_modules/@roots/bud-support/jsx-runtime/index.cjs:15  
> f.\_\_SECRET\_INTERNALS\_DO\_NOT\_USE\_OR\_YOU\_WILL\_BE\_FIRED.ReactCurrentOwner,  
> ^
> 
> TypeError: Cannot read properties of undefined (reading ‘ReactCurrentOwner’)  
> at Object. (/home/test/.yarn/ **virtual** /@roots-bud-support-virtual-d6e2381f73/0/cache/@roots-bud-support-npm-6.24.0-4d244ce310-ba081b5b96.zip/node\_modules/@roots/bud-support/jsx-runtime/index.cjs:15:58)  
> at loadCJSModule (node:internal/modules/esm/translators:280:3)  
> at ModuleWrap. (node:internal/modules/esm/translators:315:7)  
> at ModuleJob.run (node:internal/modules/esm/module\_job:222:25)  
> at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)  
> at async loadESM (node:internal/process/esm\_loader:28:7)  
> at async handleMainPromise (node:internal/modules/run\_main:113:12)
> 
> Node.js v20.12.1

---

## Post 2 by @alexgm — 2025-01-22T18:58:11Z

Try with yarn v1.\*\*  
I think bud isnt compat with newer version of it.

---

## Post 3 by @Emmanuel-Odero — 2025-01-23T08:00:29Z

On the latest updates the team is switching to vite.  
Bud support is coming to an end
