Unable to generate local formkit theme using formkit.theme.config.ts #1534
Labels
🐛 bug-report
Bug is reported, but not verified by team
⛑ Needs triage
The issue has not yet been examined by the FormKit team.
Reproduction
https://cli-related.and.does.not.apply.example.com
Describe the bug
There seems to be an issue with the formkit CLI when creating a theme file from a formkit theme project.
formkit.theme.config.ts
if I use
npx [email protected] theme --theme=./formkit.theme.config.ts
ornpx formkit@latest theme --theme=./formkit.theme.config.ts
I receive the following error:Output:
However if I try to generate the theme with
npx [email protected] theme --theme=./formkit.theme.config.ts
it works.Output:
Environment
• OS: MacOS 15.0.1
• CLI
• Version Node Version 20.18.0
The text was updated successfully, but these errors were encountered: