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

How to Install grunt-sync software package in NPM Packages

grunt-sync : Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.. You can installing grunt-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-sync
$ sudo npm install -g grunt-sync

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

$ sudo npm update grunt-sync

Update package globally,

$ npm install -g grunt-sync

Git clone:

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

grunt-sync@0.7.0 /usr/lib/node_modules/grunt-sync

How to remove grunt-sync package :

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

$ sudo npm uninstall grunt-sync

Basic Information of grunt-sync NPM Package:

Package Name grunt-sync
Version 0.7.0
Description Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.
Released Date 2017-09-24T22:01:26.008Z
Published by tomusdrw
How to Learn https://www.npmjs.com/package/grunt-sync/tutorial