ionic-team / ionic-team/ionic-vue-conference-app
Invalid project type: vue-vite
- Dominant language
- Vue
- Stars
- 173
- Forks
- 49
- Avg merge
- 6h 57m
- Merged PRs (30d)
- 15
Description
```powershell
(base) PS C:\Users\admin\Documents\workspace\ionic-vue-conference-app> ionic --help
[ERROR] Invalid project type: vue-vite (project config: .\ionic.config.json).
Project type must be one of: angular, ionic-angular, ionic1, custom, react, vue
Bad project type: undefined
```
resolve:
```sh
npm uninstall -g ionic
npm install -g @ionic/cli
ionic serve
```
Contributor guide
Research direction
Start by inspecting .\ionic.config.json and reproducing the error with ionic --help in the reported project. Compare the configured project type with the types accepted by the CLI, then verify the result using the reported @ionic/cli installation and ionic serve commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100