mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
node-homebridge: update to 1.1.2
update to 1.1.2 Add opkg package path to the homebrodge plugin module path. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/lib/pluginManager.js
|
||||
+++ b/lib/pluginManager.js
|
||||
@@ -308,6 +308,7 @@
|
||||
else {
|
||||
this.searchPaths.add("/usr/local/lib/node_modules");
|
||||
this.searchPaths.add("/usr/lib/node_modules");
|
||||
+ this.searchPaths.add("/usr/lib/node");
|
||||
this.searchPaths.add(child_process_1.execSync("/bin/echo -n \"$(npm --no-update-notifier -g prefix)/lib/node_modules\"").toString("utf8"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user