-
Notifications
You must be signed in to change notification settings - Fork 9
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
failed to build asar package #29
Comments
Seems to be an upstream error about node-gyp-bins. I'll look for a solution soon~ |
Any fix yet? |
No, sorry, I haven't had time to see through this error. Also, it seems there is a PR trying to solve it in nody-gyp, but it hasn't been completed nor merged yet. |
Well, I fixed this issue by patching the asar package. This isn't ideal, and it's not the best way to do it as it should've been done in the node-gyp package, but it works. Tell me if it works~ Use the master branch and build nody-greeter again. Also, sorry for the late fix, I was very busy these 3 months xd |
Thanks, I will test it later today. Also, does this greeter work with themes for WebKit? |
Now I'm unable to run |
@cy1der, nodejs v19 is not supported by node-gtk yet, as stated in their README:
So, I'd recommend you to use an older version of nodejs. |
How to switch to older version? |
Well, it depends on your package management system. If using ArchLinux, install the |
Environment
Bug description
When trying to build, packaging the asar throws an error having to do with python.
Steps to reproduce
Clone the repo recursively, install npm dependencies, run rebuild, run build.
Expected behavior
Package should build successfully so you can continue with installing
Screenshots
The text was updated successfully, but these errors were encountered: