delegates : delegate methods and accessors to another property. You can installing delegates 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 delegates $ sudo npm install -g delegates
If want to update the delegates package execute the command as below,
$ sudo npm update delegates
Update package globally,
$ npm install -g delegates
$ sudo git clone https://github.com/rektide/delegates.git
$ sudo npm install -g ./delegates
delegates@1.0.0 /usr/lib/node_modules/delegates
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall delegates
Package Name | delegates |
Version | 1.0.0 |
Description | delegate methods and accessors to another property |
Released Date | 2015-12-14T19:56:09.247Z |
Published by | tjholowaychuk |
How to Learn | https://www.npmjs.com/package/delegates/tutorial |