underscore-node : Underscore for Node.js without cross-browser checks. You can installing underscore-node 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 underscore-node $ sudo npm install -g underscore-node
If want to update the underscore-node package execute the command as below,
$ sudo npm update underscore-node
Update package globally,
$ npm install -g underscore-node
$ sudo git clone https://github.com/rektide/underscore-node.git
$ sudo npm install -g ./underscore-node
underscore-node@0.1.2 /usr/lib/node_modules/underscore-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall underscore-node
| Package Name | underscore-node |
| Version | 0.1.2 |
| Description | Underscore for Node.js without cross-browser checks |
| Released Date | 2013-09-08T20:13:12.316Z |
| Published by | joonho1101 |
| How to Learn | https://www.npmjs.com/package/underscore-node/tutorial |