inversify : A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.. You can installing inversify 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 inversify $ sudo npm install -g inversify
If want to update the inversify package execute the command as below,
$ sudo npm update inversify
Update package globally,
$ npm install -g inversify
$ sudo git clone https://github.com/rektide/inversify.git
$ sudo npm install -g ./inversify
inversify@4.5.2 /usr/lib/node_modules/inversify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall inversify
Package Name | inversify |
Version | 4.5.2 |
Description | A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript. |
Released Date | 2017-11-22T21:09:43.400Z |
Published by | remojansen |
How to Learn | https://www.npmjs.com/package/inversify/tutorial |