typedi : Dependency injection for TypeScript. You can installing typedi 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 typedi $ sudo npm install -g typedi
If want to update the typedi package execute the command as below,
$ sudo npm update typedi
Update package globally,
$ npm install -g typedi
$ sudo git clone https://github.com/rektide/typedi.git
$ sudo npm install -g ./typedi
typedi@0.6.0 /usr/lib/node_modules/typedi
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall typedi
| Package Name | typedi |
| Version | 0.6.0 |
| Description | Dependency injection for TypeScript |
| Released Date | 2017-11-24T13:05:43.810Z |
| Published by | pleerock |
| How to Learn | https://www.npmjs.com/package/typedi/tutorial |