Could really use some help with this. Trying to install any Zwave-related palette in Nodered and I am getting this error.
22 Dec 00:05:04 - [info] Installing module: @parasaurolophus/node-red-contrib-openzwave, version: 1.6.5
22 Dec 00:05:12 - [warn] Installation of module @parasaurolophus/node-red-contrib-openzwave failed:
22 Dec 00:05:12 - [warn] ------------------------------------------
22 Dec 00:05:12 - [warn] find: /usr/*/include: No such file or directory
gyp: Call to 'find /usr/*/include -name ZWSecurity.h | wc -l' 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/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.4.84
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /config/node-red/node_modules/openzwave-shared
gyp ERR! node -v v12.18.4
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.