Installation issues
npx complior: command not found
npx complior: command not found
Ensure Node.js 18+ is installed:Try installing globally:
Cargo build fails
Cargo build fails
Ensure Rust 2024 edition toolchain:If OpenSSL errors, install system deps:
Permission denied on install
Permission denied on install
Avoid
sudo npm install -g. Instead, configure npm prefix:Daemon issues
Daemon won't start / port already in use
Daemon won't start / port already in use
Check for existing process:If stale, remove PID file and restart:Or use a different port:
TUI shows 'Connection refused'
TUI shows 'Connection refused'
The TUI couldn’t reach the daemon. Check if it’s running:If not running, the TUI will auto-start it. If it still fails, check the engine log:
Daemon stops unexpectedly
Daemon stops unexpectedly
Check system resources — the TypeScript engine needs ~200MB RAM. Review the engine log for errors:
Scan issues
Score is 0 or very low on a new project
Score is 0 or very low on a new project
This is expected for projects without compliance artifacts. Run the fix command to generate documents and wrap SDK:
Scan takes too long
Scan takes too long
Default limit is 500 files. Large monorepos can be slow. Narrow scope in
project.toml:False positive findings
False positive findings
Report via GitHub Issues. Workaround — exclude the file:
Deep scan (--deep) fails
Deep scan (--deep) fails
Tier 2 requires
uv (Python tool installer):LLM issues
L5/AI features not working
L5/AI features not working
Check Required fields:Verify the key:
.complior/.env has valid credentials:Rate limiting during eval
Rate limiting during eval
Reduce concurrency:Default is 5 parallel probes. For rate-limited APIs, use 1–2.
SDK issues
@complior/sdk TypeScript types not resolving
@complior/sdk TypeScript types not resolving
Ensure you have the latest version:Check
tsconfig.json includes "moduleResolution": "bundler" or "node16".SDK hooks not firing
SDK hooks not firing
Verify the wrapper is applied correctly:
Still stuck?
GitHub Issues
Report bugs and request features.
System diagnostics
Run
complior doctor to check your environment.