I’m trying out the sage 10 but for some reason, I can’t run yarn build.
yarn run v1.22.21
$ bud build
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I’m running on php 8, node v18.8. I also added the “post-autoload-dump” in composer.json
"scripts": {
//...
"post-autoload-dump": [
"Roots\\Acorn\\ComposerScripts::postAutoloadDump"
]
}
What am I missing?