How to Install watchify NPM Packages on Ubuntu / Debian

How to Install watchify software package in NPM Packages

watchify : watch mode for browserify builds. You can installing watchify 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 watchify
$ sudo npm install -g watchify

If want to update the watchify package execute the command as below,

$ sudo npm update watchify

Update package globally,

$ npm install -g watchify

Git clone:

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

watchify@3.9.0 /usr/lib/node_modules/watchify

How to remove watchify package :

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

$ sudo npm uninstall watchify

Basic Information of watchify NPM Package:

Package Name watchify
Version 3.9.0
Description watch mode for browserify builds
Released Date 2017-01-25T07:19:32.853Z
Published by feross
How to Learn https://www.npmjs.com/package/watchify/tutorial