connect-timeout : Request timeout middleware for Connect/Express. You can installing connect-timeout 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-timeout $ sudo npm install -g connect-timeout
If want to update the connect-timeout package execute the command as below,
$ sudo npm update connect-timeout
Update package globally,
$ npm install -g connect-timeout
$ sudo git clone https://github.com/rektide/connect-timeout.git
$ sudo npm install -g ./connect-timeout
connect-timeout@1.9.0 /usr/lib/node_modules/connect-timeout
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-timeout
Package Name | connect-timeout |
Version | 1.9.0 |
Description | Request timeout middleware for Connect/Express |
Released Date | 2017-05-17T01:42:42.722Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/connect-timeout/tutorial |