How to Install grunt-browser-sync NPM Packages on Ubuntu / Debian

How to Install grunt-browser-sync software package in NPM Packages

grunt-browser-sync : Live CSS reload & Browser Syncing. You can installing grunt-browser-sync 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-browser-sync
$ sudo npm install -g grunt-browser-sync

If want to update the grunt-browser-sync package execute the command as below,

$ sudo npm update grunt-browser-sync

Update package globally,

$ npm install -g grunt-browser-sync

Git clone:

$ sudo  git clone https://github.com/rektide/grunt-browser-sync.git
$ sudo  npm install -g ./grunt-browser-sync

grunt-browser-sync@2.2.0 /usr/lib/node_modules/grunt-browser-sync

How to remove grunt-browser-sync package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall grunt-browser-sync

Basic Information of grunt-browser-sync NPM Package:

Package Name grunt-browser-sync
Version 2.2.0
Description Live CSS reload & Browser Syncing
Released Date 2015-11-11T20:28:09.351Z
Published by shakyshane
How to Learn https://www.npmjs.com/package/grunt-browser-sync/tutorial