cannblw / knex-paginator

Simple paginator for Knex. It adds the .paginate() function to Knex's query builder.
15 stars 10 forks source link

Fixs issue#6 #16

Open sobinsunny opened 4 years ago

sobinsunny commented 4 years ago

issue number 6 is happening because paginator is referring its own knex modules . I removed the knex dependancy from package.json. Added a try catch block over the existing try catch block for handling knex query/builder path issue.

first check will check knex is installed in the parent projects