colinbendell / homebridge-blink-for-home

Blink For Home Camera Homebridge plugin
MIT License
89 stars 27 forks source link

Incompatible with Nest plugin #115

Open tapiagoras opened 2 years ago

tapiagoras commented 2 years ago

When installing this plugin along with https://github.com/chrisjshull/homebridge-nest, Nest is disabled. It seems both share the same dependencies, causing a conflict. If Nest gets reinstalled, Blink is disabled. When trying to reinstall blink I got the following error. USER: tapiagoras DIR: /var/lib/homebridge CMD: npm install --save homebridge-blink-for-home@latest

npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /var/lib/homebridge/node_modules/homebridge-nest npm ERR! dest /var/lib/homebridge/node_modules/.homebridge-nest-sk57TnaQ npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/var/lib/homebridge/node_modules/homebridge-nest' -> '/var/lib/homebridge/node_modules/.homebridge-nest-sk57TnaQ'

npm ERR! A complete log of this run can be found in: npm ERR! /home/tapiagoras/.npm/_logs/2022-07-09T04_28_29_915Z-debug-0.log

Operation failed. Please review log for details.