abreits / node-red-contrib-oracledb

Node-RED oracle database nodes
8 stars 15 forks source link

NJS-069: node-oracledb 4.0.1 requires Node.js 8.16 or later #29

Open dirkzp opened 4 years ago

dirkzp commented 4 years ago

Hi, I've installed your module and in Node-Red the installation runs without errors. Inside the palette, you can see the first error (see screenshot). 1

In the journal of my ubuntu server 2018 I found this:

Added node types:
14 Oct 10:41:02 - [info]  - node-red-contrib-oracledb-mod:oracle-server : Error: NJS-069: node-oracledb 4.0.1 requires Node.js 8.16 or later
14 Oct 10:41:02 - [info]  - node-red-contrib-oracledb-mod:oracledb : Error: NJS-069: node-oracledb 4.0.1 requires Node.js 8.16 or later

I use Node.js in version 10.16.3 and Node-Red V1.0.1 Any suggestions what I can do for fixing this issues? Thanks.

dirkzp commented 4 years ago

Hi, I downgraded to node.js version 8.16.0 and I can install it now. But after deploying the error "TypeError: Cannot read property 'apply' of undefined" occurs. Any suggestions? Thanks.