Skip to content

NJS-045, Angular electron app with oracledb error #1164

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

Closed
smallg opened this issue Oct 23, 2019 · 5 comments
Closed

NJS-045, Angular electron app with oracledb error #1164

smallg opened this issue Oct 23, 2019 · 5 comments

Comments

@smallg
Copy link

smallg commented Oct 23, 2019

i use electron and angular to build app for test
electron 7.0.0
angular 8
If i don't use oracledb, everything is ok
but if i install oracledb(4.0.1), and use like this:

try {
      const oracledb = require('oracledb');
      console.log(oracledb);
      console.log(oracledb.oracleClientVersion);
    } catch (error) {
      console.log(error);
    }

the error code is:
image

@smallg
Copy link
Author

smallg commented Oct 23, 2019

BTW, my test repo is: https://github.com/smallg/angular-electron

@cjbj
Copy link
Member

cjbj commented Oct 23, 2019

Have you reviewed previous questions? E.g. #1141 (comment) ?

@smallg
Copy link
Author

smallg commented Oct 23, 2019

@cjbj i follow that, but still not work.
could you please clone my repo, and test it?
Thanks

@cjbj
Copy link
Member

cjbj commented Oct 30, 2019

@smallg how are you going with this?

@cjbj
Copy link
Member

cjbj commented Nov 12, 2019

Closing - no update

@cjbj cjbj closed this as completed Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants