-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
oracledb electron crashes on execution #917
Comments
@Chinmoy-globalIds See these notes regarding Electron: #881 (comment) Electron uses custom versions of Node.js (modified V8) so you need to compile the driver for that version. The notes there explain one way to do this and have a link to the details. |
I'm affected by the same issue. See plotly/falcon#437 (comment) . @dmcghan I've tried |
@n-riesco The NAN issues we saw & fixed on the master branch with NAN 2.10 were only warnings. The errors in https://gist.github.com/lealhugui/3020caa8b961618c9bf48aa34f1c437c are something different; I noted that iojs-1.7.6 seemed to be used!? |
@cjbj It's getting late here. I'll explain in more detail tomorrow, but briefly here are the solutions I found:
|
@n-riesco That's great. Can you open a new issue and give your steps? That will make it easier to reference and for future Electron readers to find - they will love you. |
@n-riesco thank you. Since the original poster here hasn't been active, I'll close this. |
I am trying to run some Oracle query on an Electron project. When I just run the script alone everything works, but when I run it into my Electron project I keep having this error :
The text was updated successfully, but these errors were encountered: