<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" class="">@2</a> to <a href="https://github.com/1" class="">@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" class="">@1</a> folder.<br></div>