Try this:
cp -r "/usr/lib/node_modules/inherits@1" /usr/lib/node_modules/inherits

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 @2 <https://github.com/2> to @1
<https://github.com/1> but this had no effect. Eventually I fixed it by
replacing the symlink with a copy of the @1 <https://github.com/1> folder.
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to