Troubleshooting
Common issues and their solutions.Installation Issues
Config File Not Found After npm Install
Symptom:--ignore-scripts flag.
Solution:
PATH Not Updated
Symptom:ccs command not found after install.
Solution:
- Restart your terminal
- Or manually add to PATH:
- macOS/Linux: Add
~/.local/binto PATH - Windows: Add
%USERPROFILE%\.ccsto PATH
- macOS/Linux: Add
Windows-Specific
PowerShell Execution Policy
Error: “cannot be loaded because running scripts is disabled” Solution:Claude CLI Not Found
Claude CLI in Non-Standard Location
Set CCS_CLAUDE_PATH
- Windows
- macOS/Linux
Configuration Issues
Profile Not Found
Error:Profile 'foo' not found in ~/.ccs/config.json
Solution: Add profile to config:
Settings File Missing
Error:Settings file not found: ~/.ccs/foo.settings.json
Solution: Create the settings file or fix path in config.
Default Profile Missing
Error:Profile 'default' not found
Solution: Add default profile:
Common Problems
Claude CLI Not Found
Solution: Install from official documentation.Permission Denied
Debug Mode
Enable verbose output:- Config file being read
- Profile being selected
- Settings file being used
- Command being executed
Disable Colors
Getting Help
- Check GitHub Issues
- Create new issue with:
- Operating system
- CCS version (
ccs --version) - Exact error message
- Steps to reproduce
