dataloader : A data loading utility to reduce requests to a backend via batching and caching.. You can installing dataloader 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 dataloader $ sudo npm install -g dataloader
If want to update the dataloader package execute the command as below,
$ sudo npm update dataloader
Update package globally,
$ npm install -g dataloader
$ sudo git clone https://github.com/rektide/dataloader.git
$ sudo npm install -g ./dataloader
dataloader@1.3.0 /usr/lib/node_modules/dataloader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dataloader
| Package Name | dataloader |
| Version | 1.3.0 |
| Description | A data loading utility to reduce requests to a backend via batching and caching. |
| Released Date | 2017-02-04T16:58:38.031Z |
| Published by | leebyron |
| How to Learn | https://www.npmjs.com/package/dataloader/tutorial |