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

How to Install browser-sync software package in NPM Packages

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

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

$ sudo npm update browser-sync

Update package globally,

$ npm install -g browser-sync

Git clone:

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

browser-sync@2.18.13 /usr/lib/node_modules/browser-sync

How to remove browser-sync package :

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

$ sudo npm uninstall browser-sync

Basic Information of browser-sync NPM Package:

Package Name browser-sync
Version 2.18.13
Description Live CSS Reload & Browser Syncing
Released Date 2017-07-20T18:56:42.414Z
Published by shakyshane
How to Learn https://www.npmjs.com/package/browser-sync/tutorial