homebridge-plugins / homebridge-roomba2

Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
MIT License
143 stars 17 forks source link

Cannot cd into plugin location #92

Closed jlyfshhh closed 2 years ago

jlyfshhh commented 2 years ago

/homebridge # find / -name homebridge-roomba2

/homebridge/node_modules/homebridge-roomba2

/homebridge # cd /node_modules/homebridge-roomba2

/bin/sh: cd: can't cd to /node_modules/homebridge-roomba2: No such file or directory

The folder is literally there because it found it but it tells me it doesn't exist when I try to get to it.

Homebridge running in docker on a Synology NAS.

jlyfshhh commented 2 years ago

nvm I'm an idiot.