2020-08-27 07:11:59 +08:00
|
|
|
--- a/lib/pluginManager.js
|
|
|
|
+++ b/lib/pluginManager.js
|
2020-12-28 12:32:09 +08:00
|
|
|
@@ -324,6 +324,7 @@ class PluginManager {
|
2020-08-27 07:11:59 +08:00
|
|
|
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"));
|
|
|
|
}
|
|
|
|
}
|