autobind-decorator : Decorator for binding method to an object. You can installing autobind-decorator 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 autobind-decorator $ sudo npm install -g autobind-decorator
If want to update the autobind-decorator package execute the command as below,
$ sudo npm update autobind-decorator
Update package globally,
$ npm install -g autobind-decorator
$ sudo git clone https://github.com/rektide/autobind-decorator.git
$ sudo npm install -g ./autobind-decorator
autobind-decorator@2.1.0 /usr/lib/node_modules/autobind-decorator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall autobind-decorator
Package Name | autobind-decorator |
Version | 2.1.0 |
Description | Decorator for binding method to an object |
Released Date | 2017-07-01T05:12:27.384Z |
Published by | stevemao |
How to Learn | https://www.npmjs.com/package/autobind-decorator/tutorial |