You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use electron-vite framework to develop electron application, and the generated vite configuration file is named election.vite.config.ts, which leads to the following error could not detect a supported framework
I guess this is a logical judgment problem of cli when detecting the framework, because I found the relevant code getProjectInfo
Affected component/components
CLI
How to reproduce
go to electron-vite to build a electron-vite project
We could not detect a supported framework at D:\JinJieBeWater\Noark\Noark.
Visit https://ui.shadcn.com/docs/installation/manual to manually configure your project.
Once configured, you can use the cli to add components.
System Info
We could not detect a supported framework at D:\JinJieBeWater\Noark\Noark.
Visit https://ui.shadcn.com/docs/installation/manual to manually configure your project.
Once configured, you can use the cli to add components.
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues
The text was updated successfully, but these errors were encountered:
Describe the bug
I use electron-vite framework to develop electron application, and the generated vite configuration file is named election.vite.config.ts, which leads to the following error
could not detect a supported framework
I guess this is a logical judgment problem of cli when detecting the framework, because I found the relevant code getProjectInfo
Affected component/components
CLI
How to reproduce
pnpm dlx shadcn@latest init
Codesandbox/StackBlitz link
link
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: