mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-24 00:51:53 +00:00
fix(deps): Install tree-sitter-kotlin for Kotlin ingestion
tree-sitter-kotlin was listed in gitnexus/package.json dependencies but was not installed in node_modules because its native build step requires Python 3, make, and g++ which are not available on Windows by default. Running npm install downloads the prebuilt binary and resolves the TS2307 error that caused the pre-commit typecheck hook to fail on every commit touching the gitnexus/ package. Refs GH-985
This commit is contained in:
parent
28768d9eaa
commit
9b04424ccd
1 changed files with 1 additions and 0 deletions
1
gitnexus/package-lock.json
generated
1
gitnexus/package-lock.json
generated
|
|
@ -39,6 +39,7 @@
|
|||
"tree-sitter-go": "^0.23.0",
|
||||
"tree-sitter-java": "^0.23.5",
|
||||
"tree-sitter-javascript": "^0.23.0",
|
||||
"tree-sitter-kotlin": "^0.3.8",
|
||||
"tree-sitter-php": "^0.23.0",
|
||||
"tree-sitter-python": "0.23.4",
|
||||
"tree-sitter-ruby": "^0.23.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue