hycken / homebridge-fujitsu-hvac

Homebridge plugin for devices compatible with the FGLAir app.
MIT License
2 stars 0 forks source link

Unable to install on Raspberry Pi #3

Closed glowworm82 closed 1 year ago

glowworm82 commented 1 year ago

Hello, I'm really interested in this plugin, but am unable to install it on my Raspberry Pi. I get the following error when installing:

npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin"} (current: {"os":"linux","arch":"arm"}) npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: undefined npm ERR! notsup Actual OS: linux npm ERR! notsup Actual Arch: arm

are you able to make fsevents optional or remove it from the dependencies in your package-lock.json?

Thanks!

hycken commented 1 year ago

Hi, Yes. I accidentally included a whole bunch of dependencies that I never use. I'm working on a fix to remove all of them.

Thanks for reporting.

hycken commented 1 year ago

v1.0.3 is now available both here and on NPM. Let me know how it works.

glowworm82 commented 1 year ago

That was fast! Installed with no issue. Thanks!

-Closing Issue