You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/lib/pluginManager.js
|
|
+++ b/lib/pluginManager.js
|
|
@@ -324,6 +324,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"));
|
|
}
|
|
}
|