monocle : a tool for watching directories for file changes. You can installing monocle 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 monocle $ sudo npm install -g monocle
If want to update the monocle package execute the command as below,
$ sudo npm update monocle
Update package globally,
$ npm install -g monocle
$ sudo git clone https://github.com/rektide/monocle.git
$ sudo npm install -g ./monocle
monocle@1.1.51 /usr/lib/node_modules/monocle
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall monocle
Package Name | monocle |
Version | 1.1.51 |
Description | a tool for watching directories for file changes |
Released Date | 2013-11-02T20:07:13.195Z |
Published by | samccone |
How to Learn | https://www.npmjs.com/package/monocle/tutorial |