-
Notifications
You must be signed in to change notification settings - Fork 1.1k
NJS-069: node-oracledb 4.0.0 requires Node.js 10.16 or later #1141
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
Comments
The first thing to do is give details asked for in the issue template questions so we know what you are doing. At a guess, you are using Electron and therefore not actually deploying to 10.16 - see previously opened issues. |
Oh sorry. I am trying to run my application with ElectronJS as you said. I reinstalled electron on NodeJS version 10.16 and reinstalled the packages, however the problem persists:
|
|
If you create an Electron app that displays the Node.js version |
Wow, he showed me version 10.11. I have no idea how this is possible, do you have any idea how to fix it? |
@claudiooliveira Unless someone who uses Electron jumps in with a solution, then in the short term follow #918 and use node-oracledb 3.1.2 |
Doesn't/Can't Electron use Node 12? |
Thanks, I was able to use nodejs version 10.16 using electron-rebuild: https://stackoverflow.com/questions/56630313/problems-compiling-node-js-version-with-electron The part of my package.json that matters:
|
@claudiooliveira thanks for sharing. |
The error message sounds pretty clear, but ... I'm already using nodejs version 10.16 and the error continues. Already uninstalled node_modules, installed again, already updated to version 12 and the error continues.
What can I do to fix?
The text was updated successfully, but these errors were encountered: