<div dir="ltr">I guess that is not the problem. The inherits folder doesn't point to anything in my installation. Why do we need inherits@1 anyway?</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 14, 2014 at 9:54 AM, Nurendra Choudhary <span dir="ltr"><<a href="mailto:nurendrachoudhary31@gmail.com" target="_blank">nurendrachoudhary31@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Try this:<code><br>cp -r "/usr/lib/node_modules/inherits@1" /usr/lib/node_modules/inherits</code><br><br> I noticed that /usr/lib/node_modules/inherits was a symlink pointing to
 an empty folder called "inherits@2". There was also another folder 
called "inherits@1" which seemed to contain the inherits module. At 
first I tried changing the symlink from <a href="https://github.com/2" target="_blank">@2</a> to <a href="https://github.com/1" target="_blank">@1</a> but this had no effect. Eventually I fixed it by replacing the symlink with a copy of the <a href="https://github.com/1" target="_blank">@1</a> folder.<br></div>
</blockquote></div><br></div>