mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 02:59:38 +00:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -278,22 +278,6 @@ We welcome contributions! Please follow these guidelines:
|
||||
|
||||
### Common Issues & Solutions
|
||||
|
||||
#### Server starts but redirects to port 5173 (Vite)
|
||||
**Problem**: Running `npx @siteboon/claude-code-ui` says it's running on port 3001, but redirects to 5173
|
||||
**Solutions**:
|
||||
- This was fixed in v1.9.1+. Update to the latest version:
|
||||
```bash
|
||||
npx @siteboon/claude-code-ui@latest
|
||||
```
|
||||
- Or clear NPX cache and reinstall:
|
||||
```bash
|
||||
npx clear-npx-cache
|
||||
npx @siteboon/claude-code-ui
|
||||
```
|
||||
- If using global install, update it:
|
||||
```bash
|
||||
npm update -g @siteboon/claude-code-ui
|
||||
```
|
||||
|
||||
#### "No Claude projects found"
|
||||
**Problem**: The UI shows no projects or empty project list
|
||||
|
||||
Reference in New Issue
Block a user