You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title describe the linux-arm64 binaries files located at node_modules/tree-sitter after installing tree-sitter from npm are x64 files and not arm64.
Same for the per language libs (tree-sitter-typescript, tree-sitter-python, etc...)
~ file node_modules/tree-sitter/prebuilds/*/tree-sitter.node
node_modules/tree-sitter/prebuilds/darwin-arm64/tree-sitter.node: Mach-O 64-bit bundle arm64
node_modules/tree-sitter/prebuilds/darwin-x64/tree-sitter.node: Mach-O 64-bit bundle x86_64
node_modules/tree-sitter/prebuilds/linux-arm64/tree-sitter.node: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=3f96f2c0a941419495655b5cd2a7728512ba7aba, stripped
node_modules/tree-sitter/prebuilds/linux-x64/tree-sitter.node: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=3f96f2c0a941419495655b5cd2a7728512ba7aba, stripped
node_modules/tree-sitter/prebuilds/win32-arm64/tree-sitter.node: PE32+ executable (DLL) (GUI) Aarch64, for MS Windows
node_modules/tree-sitter/prebuilds/win32-x64/tree-sitter.node: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
The text was updated successfully, but these errors were encountered:
As the title describe the
linux-arm64
binaries files located atnode_modules/tree-sitter
after installing tree-sitter from npm arex64
files and notarm64
.Same for the per language libs (tree-sitter-typescript, tree-sitter-python, etc...)
The text was updated successfully, but these errors were encountered: