node-tree-sitter icon indicating copy to clipboard operation
node-tree-sitter copied to clipboard

The prebuild binaries are missing for all architectures in NPM for v0.25.0

Open mdierolf opened this issue 4 months ago • 4 comments

The prebuild binaries are missing for all architectures in NPM for v0.25.0

https://www.npmjs.com/package/tree-sitter/v/0.25.0?activeTab=code

mdierolf avatar Aug 13 '25 20:08 mdierolf

Duplicate of #248

ObserverOfTime avatar Aug 14 '25 07:08 ObserverOfTime

It's an absolutely critical bug that just requires someone to rerun the git workflow, so i'm just going to keep opening tickets

mdierolf avatar Aug 17 '25 00:08 mdierolf

Actually, it requires:

  1. A version bump because replacing a version on npm is not allowed.
  2. A deprecation of the current broken version.
  3. Ideally, an update of the API.

ObserverOfTime avatar Aug 29 '25 16:08 ObserverOfTime

I forked and released my own version, which fixes existing issues and works fine. I hope it helps.

https://www.npmjs.com/package/@keqingmoe/tree-sitter

KeqingMoe avatar Oct 17 '25 02:10 KeqingMoe