grunt-contrib-connect : Start a connect web server. You can installing grunt-contrib-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 grunt-contrib-connect $ sudo npm install -g grunt-contrib-connect
If want to update the grunt-contrib-connect package execute the command as below,
$ sudo npm update grunt-contrib-connect
Update package globally,
$ npm install -g grunt-contrib-connect
$ sudo git clone https://github.com/rektide/grunt-contrib-connect.git
$ sudo npm install -g ./grunt-contrib-connect
grunt-contrib-connect@1.0.2 /usr/lib/node_modules/grunt-contrib-connect
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-connect
Package Name | grunt-contrib-connect |
Version | 1.0.2 |
Description | Start a connect web server |
Released Date | 2016-04-27T14:13:05.860Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-connect/tutorial |