lodash : Lodash modular utilities.. You can installing lodash 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 lodash $ sudo npm install -g lodash
If want to update the lodash package execute the command as below,
$ sudo npm update lodash
Update package globally,
$ npm install -g lodash
$ sudo git clone https://github.com/rektide/lodash.git
$ sudo npm install -g ./lodash
lodash@4.17.4 /usr/lib/node_modules/lodash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lodash
Package Name | lodash |
Version | 4.17.4 |
Description | Lodash modular utilities. |
Released Date | 2016-12-31T22:33:56.623Z |
Published by | jdalton |
How to Learn | https://www.npmjs.com/package/lodash/tutorial |