connect : High performance middleware framework. You can installing connect 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 $ sudo npm install -g connect
If want to update the connect package execute the command as below,
$ sudo npm update connect
Update package globally,
$ npm install -g connect
$ sudo git clone https://github.com/rektide/connect.git
$ sudo npm install -g ./connect
connect@3.6.5 /usr/lib/node_modules/connect
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect
Package Name | connect |
Version | 3.6.5 |
Description | High performance middleware framework |
Released Date | 2017-09-22T19:12:32.526Z |
Published by | dougwilson |
How to Learn | https://www.npmjs.com/package/connect/tutorial |