Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prebuild binaries for electron #165

Open
sbasher314 opened this issue Sep 26, 2023 · 1 comment
Open

Prebuild binaries for electron #165

sbasher314 opened this issue Sep 26, 2023 · 1 comment

Comments

@sbasher314
Copy link

Hello,

My team is recently unable to package our electron app, due to a deep dependency on version v0.20.1

It appears that assets are available for v0.20.0 and v0.20.5.

Would it be possible to publish / republish the binaries for 0.20.1? We are working on updating our dependencies to hopefully avoid this issue on our end, with not much success.

@verhovsky
Copy link
Collaborator

verhovsky commented Sep 27, 2023

I only have a mac, so I can't prebuild Windows binaries, sorry. The assets for v0.20.0 are only for version 5 of Electron so they probably won't help you anyway, you'll still end up needing a C++ compiler.

Also, v0.20.5 probably doesn't work with Electron 13+ on Windows, see #151 (comment) If/when you upgrade, please let me know how it goes.

P.S. you can try adding this to your package.json to override node-tree-sitter but it's better to upgrade the dependency of course:

  "devDependencies": {
    "node-tree-sitter": "^0.20.5",
    ...
  },
  "overrides": {
    "<name of package that depends on node-tree-sitter>": {
      "node-tree-sitter": "$node-tree-sitter"
    }
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants