Error installing NodeRed palettes, something to do with Openzwave

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.

Do you have the prerequisites installed? see:


So for my RPi I ran the following and the node installed
sudo apt-get install libopenzwave1.5 libopenzwave1.5-dev
YMMV

Hello,
I have the same problem.
Installation in a docker container.

Supervisor version
2020.12.7
Home Assistant OS 5.9
Node Red 7.2.11

npm install openzwave-shared
npm install node-red-contrib-openzwave


-----------------------------------------------------------
2021-01-02T20:38:14.248Z Install : node-red-contrib-openzwave 1.6.2

2021-01-02T20:38:13.704Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production [email protected]
2021-01-02T20:38:21.147Z [out] 
2021-01-02T20:38:21.147Z [out] > [email protected] preinstall /config/node-red/node_modules/openzwave-shared
2021-01-02T20:38:21.147Z [out] > node lib/install-ozw.js
2021-01-02T20:38:21.147Z [out] 
2021-01-02T20:38:21.355Z [out] 
2021-01-02T20:38:21.355Z [out] > [email protected] install /config/node-red/node_modules/openzwave-shared
2021-01-02T20:38:21.355Z [out] > node-gyp rebuild
2021-01-02T20:38:21.355Z [out] 
2021-01-02T20:38:24.279Z [err] find: /usr/*/include: No such file or directory
2021-01-02T20:38:24.279Z [err] 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
2021-01-02T20:38:24.307Z [err] gyp
2021-01-02T20:38:24.311Z [err]  ERR! configure error 
2021-01-02T20:38:24.311Z [err] gyp
2021-01-02T20:38:24.312Z [err]  
2021-01-02T20:38:24.312Z [err] ERR! stack Error: `gyp` failed with exit code: 1
2021-01-02T20:38:24.312Z [err] gyp 
2021-01-02T20:38:24.313Z [err] ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
2021-01-02T20:38:24.313Z [err] gyp
2021-01-02T20:38:24.313Z [err]  ERR! stack     at ChildProcess.emit (events.js:315:20)
2021-01-02T20:38:24.313Z [err] gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
2021-01-02T20:38:24.315Z [err] gyp ERR! System Linux 5.4.84
2021-01-02T20:38:24.315Z [err] gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
2021-01-02T20:38:24.316Z [err] gyp 
2021-01-02T20:38:24.316Z [err] ERR! cwd /config/node-red/node_modules/openzwave-shared
2021-01-02T20:38:24.316Z [err] gyp ERR! node -v v12.18.4
2021-01-02T20:38:24.316Z [err] gyp
2021-01-02T20:38:24.317Z [err]  ERR! node-gyp -v v5.1.0
2021-01-02T20:38:24.317Z [err] gyp ERR!
2021-01-02T20:38:24.317Z [err]  not ok 
2021-01-02T20:38:24.693Z [err] npm 
2021-01-02T20:38:24.693Z [err] ERR! code ELIFECYCLE
2021-01-02T20:38:24.693Z [err] npm ERR! errno 1
2021-01-02T20:38:24.702Z [err] npm
2021-01-02T20:38:24.703Z [err]  ERR! [email protected] install: `node-gyp rebuild`
2021-01-02T20:38:24.703Z [err] npm ERR! Exit status 1
2021-01-02T20:38:24.703Z [err] npm
2021-01-02T20:38:24.703Z [err]  ERR! 
2021-01-02T20:38:24.703Z [err] npm ERR!
2021-01-02T20:38:24.703Z [err]  Failed at the [email protected] install script.
2021-01-02T20:38:24.703Z [err] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2021-01-02T20:38:24.728Z [err] 
2021-01-02T20:38:24.728Z [err] npm
2021-01-02T20:38:24.729Z [err]  
2021-01-02T20:38:24.729Z [err] ERR!
2021-01-02T20:38:24.729Z [err]  A complete log of this run can be found in:
2021-01-02T20:38:24.729Z [err] npm
2021-01-02T20:38:24.730Z [err]  
2021-01-02T20:38:24.730Z [err] ERR!
2021-01-02T20:38:24.730Z [err]      /root/.npm/_logs/2021-01-02T20_38_24_708Z-debug.log

Please help in solving this problem