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.

10 lines
489 B

  1. --- a/lib/pluginManager.js
  2. +++ b/lib/pluginManager.js
  3. @@ -324,6 +324,7 @@ class PluginManager {
  4. else {
  5. this.searchPaths.add("/usr/local/lib/node_modules");
  6. this.searchPaths.add("/usr/lib/node_modules");
  7. + this.searchPaths.add("/usr/lib/node");
  8. this.searchPaths.add(child_process_1.execSync("/bin/echo -n \"$(npm --no-update-notifier -g prefix)/lib/node_modules\"").toString("utf8"));
  9. }
  10. }