mongoose-paginate : Pagination plugin for Mongoose. You can installing mongoose-paginate 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 mongoose-paginate $ sudo npm install -g mongoose-paginate
If want to update the mongoose-paginate package execute the command as below,
$ sudo npm update mongoose-paginate
Update package globally,
$ npm install -g mongoose-paginate
$ sudo git clone https://github.com/rektide/mongoose-paginate.git
$ sudo npm install -g ./mongoose-paginate
mongoose-paginate@5.0.3 /usr/lib/node_modules/mongoose-paginate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mongoose-paginate
Package Name | mongoose-paginate |
Version | 5.0.3 |
Description | Pagination plugin for Mongoose |
Released Date | 2016-10-03T07:26:54.560Z |
Published by | jokero |
How to Learn | https://www.npmjs.com/package/mongoose-paginate/tutorial |