-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
codemap --deps does not run
Command run
codemap --deps .Expected behavior
What you expected to happen.
deps scan
Actual output
Error: Exit code 1
⚠️ No tree-sitter grammars found for --deps mode.
To enable dependency analysis, either:
• Install via Homebrew: brew install JordanCoin/tap/codemap
• Download release with grammars: https://github.com/JordanCoin/codemap/releases
• Build from source: make deps && go build
Or set CODEMAP_GRAMMAR_DIR to your grammars directory.
Environment
- OS: [Ubuntu 22.04]
- codemap version: [latest]
- Install method: [Binary]
Additional context
Any other details (project size, languages involved, etc.)
I installed ast-grep with pipx
JordanCoin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working