run the latest version of node-red(v2.2) on docker container.
issue the install command , but getting failed message as following.
Any hint or work around to solve this issue?
`bash-5.0$ npm install node-red-contrib-jdbc
> java@0.12.2 install /data/node_modules/java
> node-gyp rebuild
(node:610) UnhandledPromiseRejectionWarning: TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream
at new NodeError (internal/errors.js:322:7)
at Socket.Writable.write (internal/streams/writable.js:272:11)
at /data/node_modules/java/findJavaHome.js:6:18
at /data/node_modules/find-java-home/dist/index.js:103:21
at step (/data/node_modules/find-java-home/dist/index.js:46:23)
at Object.next (/data/node_modules/find-java-home/dist/index.js:27:53)
at fulfilled (/data/node_modules/find-java-home/dist/index.js:18:58)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:610) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:610) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
gyp: Call to 'node findJavaHome.js' returned exit status 0 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack at ChildProcess.emit (events.js:400:28)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
gyp ERR! System Linux 4.15.0-1113-azure
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /data/node_modules/java
gyp ERR! node -v v14.18.2
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! java@0.12.2 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the java@0.12.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /usr/src/node-red/.npm/_logs/2022-06-23T02_45_31_129Z-debug.log
bash-5.0$
`
run the latest version of node-red(v2.2) on docker container.
issue the install command , but getting failed message as following.
Any hint or work around to solve this issue?
`bash-5.0$ npm install node-red-contrib-jdbc