Hi All,
I am working on to establish openhab cloud connection. I have followed instruction in this location GitHub - openhab/openhab-cloud: Cloud companion for openHAB instances.
I have installed openhab cloud bindings from Paper UI.
When I run this command " sudo node app.js", I am getting below error. I have managed to solve errors in other .js file. But this seems unclear to me
/usr/local/lib/node_modules/winston/node_modules/logform/levels.js:10
Colorizer.addColors(config.colors || config);
^
TypeError: Cannot read property 'colors' of undefined
at Object.module.exports.config [as levels] (/usr/local/lib/node_modules/winston/node_modules/logform/levels.js:10:29)
at Object.<anonymous> (/usr/local/lib/node_modules/winston/lib/winston/config/index.js:17:23)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/usr/local/lib/node_modules/winston/lib/winston.js:33:18)
at Module._compile (module.js:410:26)
Can you please help me to solve this error?.
Thanks,
Dhanasekar
