Supereg / homebridge-http-switch

Powerful http switch for Homebridge: https://github.com/homebridge/homebridge
ISC License
219 stars 36 forks source link

Getting "keyword alert" at start #44

Closed uspino2 closed 4 years ago

uspino2 commented 4 years ago

I have this component setup and working great on two Homebridge instances. In only one of them, I get this when starting:

homebridge-http-base package.json does not contain the keyword 'homebridge-plugin'

Anything I can do about it?

Supereg commented 4 years ago

’homebridge-http-base’ is a dependency which is shared across all of my homebridge-http-* plugins. However this package already brings a version of it in its own package.

It seems that you manually installed the base package globally with npm (what you shouldn’t need to do)? As this dependency does not expose any homebridge plugin itself and only delivers auxiliary functions the error message is expected behavior. To get rid of it just uninstall the global installation of ’homebridge-http-base’