Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - leftovers after uninstall #35

Open
lherlitz opened this issue Jul 19, 2019 · 3 comments
Open

[BUG] - leftovers after uninstall #35

lherlitz opened this issue Jul 19, 2019 · 3 comments

Comments

@lherlitz
Copy link

Describe the bug
After uninstalling the plugin and removing all references to it in the CONFIG, it still is showing errors in my logs

Expected behavior
I expected that uninstalling the plugin would remove all plugins components.

Logs
[7/19/2019, 4:50:34 PM] [Config] Failed to parse plugin "homebridge-dafang": ENOENT: no such file or directory, open '/usr/local/lib/node_modules/homebridge-dafang/package.json'

@iwonder-1618
Copy link

This looks like that plugin was uninstalled, but you still have it configured somewhere in cache. no such file or directory itself means plugin doesnt exist anymore

@VictorKrasnov
Copy link

The same problem. Where can I find this cache?

@peliilep
Copy link

rm -R /usr/lib/node_modules/homebridge-dafang/
solved it for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants