connect-inject : connect middleware for adding any script to the response. You can installing connect-inject 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 connect-inject $ sudo npm install -g connect-inject
If want to update the connect-inject package execute the command as below,
$ sudo npm update connect-inject
Update package globally,
$ npm install -g connect-inject
$ sudo git clone https://github.com/rektide/connect-inject.git
$ sudo npm install -g ./connect-inject
connect-inject@0.4.0 /usr/lib/node_modules/connect-inject
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-inject
Package Name | connect-inject |
Version | 0.4.0 |
Description | connect middleware for adding any script to the response |
Released Date | 2015-07-27T09:21:20.135Z |
Published by | danielhq |
How to Learn | https://www.npmjs.com/package/connect-inject/tutorial |