New to Node-red and home assistant. I have everything running in a docker container with no issues but when I try to load "node-red-contrib-home-assistant-websocket" I get the following error and I don't know where to start troubleshooting this. Any help or pointers would be appreciated.
2022-06-25T23:07:37.833Z Install : node-red-contrib-home-assistant-websocket 0.43.1
2022-06-25T23:07:37.932Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-home-assistant-websocket@0.43.1
2022-06-25T23:07:38.998Z [err] npm
2022-06-25T23:07:38.999Z [err] ERR! cb() never called!
2022-06-25T23:07:39.000Z [err]
2022-06-25T23:07:39.000Z [err] npm
2022-06-25T23:07:39.000Z [err] ERR! This is an error with npm itself. Please report this error at:
2022-06-25T23:07:39.000Z [err] npm ERR! <https://npm.community>
2022-06-25T23:07:39.010Z [err]
2022-06-25T23:07:39.010Z [err] npm ERR! A complete log of this run can be found in:
2022-06-25T23:07:39.010Z [err] npm ERR! /data/.npm/_logs/2022-06-25T23_07_39_001Z-debug.log
2022-06-25T23:07:39.016Z rc=1
bash-5.0$ more /data/.npm/_logs/2022-06-25T23_07_39_001Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '--no-audit',
1 verbose cli '--no-update-notifier',
1 verbose cli '--no-fund',
1 verbose cli '--save',
1 verbose cli '--save-prefix=~',
1 verbose cli '--production',
1 verbose cli '--engine-strict',
1 verbose cli 'node-red-contrib-home-assistant-websocket@0.43.1'
1 verbose cli ]
2 info using npm@6.14.15
3 info using node@v14.18.2
4 verbose npm-session 5d413e9cfb0f43a8
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 timing npm Completed in 834ms
8 error cb() never called!
9 error This is an error with npm itself. Please report this error at:
10 error <https://npm.community>```