-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
I am not using electron version 26.6.7 still getting the error as mentioned in description when running the app #180
Comments
What version of Electron is specified in your package.json? Another way to find out is to remove all edge related code and have a single line console.log(process.versions.electron); |
it is showing 26.6.7 using console.log(process.versions.electron); |
Well then you are clearly using Electron 26 |
@agracio thanks for swift reply. Could you please guide me steps to generate precompiled for Electron version 26.6.7 |
in my package.json electron version is |
Another user created this guide: #178 |
Not sure what is going on in your package, did you run |
Thanks a lot for your response. I will check what is the issue at my end |
If you cannot figure it out at all then create a GitHub repo that reproduces the error. |
@agracio please find the code repository for the above issue, any help will be appropriated. In the above code I have tried all the steps from the #178 still having issue in execution Error |
|
I am getting errors when running
|
@agracio Thank you for providing a solution. The issue with the version has been resolved; however, we are now encountering the following error. Additionally, could you provide an example? The example provided earlier does not seem to work for me. my code in the
|
Hi @agracio , I’m new to this and feeling quite stuck. I’d appreciate your guidance as I’m trying to go back to the basics.
Are there any working examples of using |
The example is in the readme https://github.com/agracio/electron-edge-js-quick-start. However if you are deploying your app from dev machine that has .NET SDK installed to one that only has .NET Runtime you will need to generate <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> |
[1] App threw an error during load
[1] Error: The edge module has not been pre-compiled for Electron version 26.6.7 . You must build a custom version of edge.node. Please refer to https://github.com/agracio/electron-edge-js for building instructions.
Here is how i am using it.
The text was updated successfully, but these errors were encountered: