SolidJSS
SolidJSโ€ข16mo ago
degenerale

npx solidui-cli failing

npx solidui-cli@latest add navigation-menu

is failing with
Invalid configuration found in /Users/redacted/Documents/repos/redacted/ui.config.json.

solidui-cli@0.6.8 is still working though, so has to be a breaking change

my ui config json

{
"tsx": true,
"componentDir": "./src/components/ui",
"tailwind": {
"config": "tailwind.config.cjs",
"css": "src/root.css"
},
"aliases": {
"path": "~/components/*"
}
}
Was this page helpful?