Stog / homebridge-fronius-inverter

A homebridge plugin to pull Fronius solar inverter data into HomeKit as a light sensor accessory.
5 stars 1 forks source link

Can't install the plugin #2

Closed CoolCatB closed 4 years ago

CoolCatB commented 4 years ago

When I try to run your install command, i get the below error: sudo npm install -g homebridge-fronius-inverter npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/homebridge-fronius-inverter - Not found npm ERR! 404 npm ERR! 404 'homebridge-fronius-inverter@latest' is not in the npm registry.

Should I be using a different install method?

Stog commented 4 years ago

Yeah my bad - looks like I had a typo issue with the npm package name this should be fixed now.

CoolCatB commented 4 years ago

It works now. Thank you!