Solutions to common issues when using Stellarion.
Stellarion is not in your PATH.
Solution:
npm list -g stellarion
npm install -g stellarion
npm config get prefix
Stellarion requires Node.js 22 or higher.
Solution:
node --version
nvm install 22
nvm use 22
Cannot install globally due to permissions.
Solution:
sudo npm install -g stellarion
Claude Code can't see Stellarion tools.
Solutions:
stellarion init
stellarion status
Stellarion server not responding.
Solutions:
STELLARION_LOG_LEVEL=debug stellarion status
Search returns no or poor results.
Solutions:
Index this project for semantic search
stellarion status
Re-index this project from scratch
Operations take too long.
Solutions:
Process crashes or freezes.
Solutions:
Index with maximum 500 files
NODE_OPTIONS=--max-old-space-size=4096 stellarion init
Stellarion can't find expected files.
Solutions:
.gitignoreAnalysis includes unwanted files.
Solutions:
.gitignore is properly configuredAnalyze src/ excluding tests
Cannot create reports.
Solutions:
Reports missing expected data.
Solutions:
Semantic search fails due to missing models.
Solution:
curl -sSL https://stellarion.dev/download-models.sh | bash
ROBERTA_MODEL_PATH=/path/to/models/roberta-base
Model files corrupted or incompatible.
Solution:
rm -rf ~/.stellarion/models
curl -sSL https://stellarion.dev/download-models.sh | bash
If you can't resolve an issue:
STELLARION_LOG_LEVEL=debug stellarion status