(base) parallels@ubuntu-linux-2404:~/code/Claudable$ npm run dev
cc-lovable@1.0.0 dev
npm run ensure:env && npm run ensure:venv && concurrently --raw "npm run dev:api" --prefix "[WEB] " "npm run dev:web"
cc-lovable@1.0.0 ensure:env
node scripts/setup-env.js
Setting up environment...
API port: 8080
Web port: 3000
Created .env
apps/web/.env.local already up to date
Environment setup complete!
cc-lovable@1.0.0 ensure:venv
node scripts/setup-venv.js
Using uv for Python environment...
Virtual environment already exists
Installing Python packages with uv...
Python packages installed
Python environment ready (via uv)!
cc-lovable@1.0.0 dev:web
node scripts/run-web.js
cc-lovable@1.0.0 dev:api
node scripts/run-api.js
Starting Web server on http://localhost:3000...
Starting API server on http://localhost:8080...
/home/parallels/code/Claudable/apps/api/.venv/bin/python: No module named uvicorn
API server exited with code 1
cc-lovable-web@0.1.0 dev
node scripts/dev.js --port 3000
▲ Next.js 14.2.5 (turbo)
- Local: http://localhost:3000
- Environments: .env.local
- Experiments (use with caution):
· scrollRestoration
✓ Starting...
✓ Ready in 559ms
🚀 Browser opened at http://localhost:3000
○ Compiling / ...
✓ Compiled / in 1873ms
🔍 Button display - selectedModel: claude-sonnet-4 availableModels: [ 'claude-sonnet-4', 'claude-opus-4.1' ] found: { id: 'claude-sonnet-4', name: 'Claude Sonnet 4' }
GET / 200 in 2016ms
✓ Compiled /_not-found/page in 136ms
GET /.well-known/appspecific/com.chrome.devtools.json 404 in 165ms
(base) parallels@ubuntu-linux-2404:~/code/Claudable$ npm run dev
Setting up environment...
API port: 8080
Web port: 3000
Created .env
apps/web/.env.local already up to date
Environment setup complete!
Using uv for Python environment...
Virtual environment already exists
Installing Python packages with uv...
Python packages installed
Python environment ready (via uv)!
Starting Web server on http://localhost:3000...
Starting API server on http://localhost:8080...
/home/parallels/code/Claudable/apps/api/.venv/bin/python: No module named uvicorn
API server exited with code 1
▲ Next.js 14.2.5 (turbo)
· scrollRestoration
✓ Starting...
✓ Ready in 559ms
🚀 Browser opened at http://localhost:3000
○ Compiling / ...
✓ Compiled / in 1873ms
🔍 Button display - selectedModel: claude-sonnet-4 availableModels: [ 'claude-sonnet-4', 'claude-opus-4.1' ] found: { id: 'claude-sonnet-4', name: 'Claude Sonnet 4' }
GET / 200 in 2016ms
✓ Compiled /_not-found/page in 136ms
GET /.well-known/appspecific/com.chrome.devtools.json 404 in 165ms