When I try to install node-red-contrib-xml-validate/xml-validate I get the following error:
8 Feb 08:39:30 - [warn] ------------------------------------------------------
8 Feb 08:39:30 - [warn] [node-red-contrib-xml-validate/xml-validate] Error: Cannot find module '/usr/local/lib/node_modules/node-red/red/red'
Require stack:
- /home/ubuntu/.node-red/node_modules/node-red-contrib-xml-validate/xml-validate.js
- /usr/local/lib/node_modules/node-red/node_modules/@node-red/registry/lib/loader.js
- /usr/local/lib/node_modules/node-red/node_modules/@node-red/registry/lib/index.js
- /usr/local/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/nodes/index.js
- /usr/local/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/index.js
- /usr/local/lib/node_modules/node-red/lib/red.js
- /usr/local/lib/node_modules/node-red/red.js
I tried both ways from the palette in node-red ui and from the with ```
npm install node-red-contrib-xml-validate
I installed java, as it as a dependency on it.
I do have all files listed in the require stack log...