You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gitawego there are many issues with the current version on npm. I've just pushed a PR #95 to fix the issues. In the meantime you can use my branch which includes these fixes:
npm install fiznool/mongoose-paginate
Splaktar
added a commit
to DevIntent/mongoose-paginate
that referenced
this issue
Oct 11, 2016
the module throws error because of misuse of Promise.
Promise can not be instantiated without params.
at line 92 in index.js, instead of
it should be
or return directly the result
The text was updated successfully, but these errors were encountered: