inherits : Browser-friendly inheritance fully compatible with standard node.js inherits(). You can installing inherits npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install inherits $ sudo npm install -g inherits
If want to update the inherits package execute the command as below,
$ sudo npm update inherits
Update package globally,
$ npm install -g inherits
$ sudo git clone https://github.com/rektide/inherits.git
$ sudo npm install -g ./inherits
inherits@2.0.3 /usr/lib/node_modules/inherits
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall inherits
Package Name | inherits |
Version | 2.0.3 |
Description | Browser-friendly inheritance fully compatible with standard node.js inherits() |
Released Date | 2016-09-08T00:49:38.520Z |
Published by | isaacs |
How to Learn | https://www.npmjs.com/package/inherits/tutorial |