bitfocus / companion-module-raspberry-gpio

MIT License
7 stars 0 forks source link

Won't install on latest Build #3

Closed dszoka closed 3 years ago

dszoka commented 3 years ago

Trying to add the instance and i get this error and it doesn't show up in the instances list Screen Shot 2021-03-03 at 11 48 51 am

I mannaul installed the module by doing this:

cd /usr/local/src/companion
sudo git submodule add -f https://github.com/bitfocus/companion-module-raspberry-gpio.git lib/module/raspberry-gpio
dszoka commented 3 years ago

Fixed

cd lib/module/raspberry-gpio sudo yarn install

installed the missing files