Hey @larrybird1
,
I’m not sure which steps you follow, so I can’t reproduce this for you.
But maybe these steps could solve this.
- Add
"knex": "<0.20.0",to your dependencies in yourpackage.json, like so:
"dependencies": {
"strapi": "3.2.5",
//...
"strapi-connector-bookshelf": "3.2.5",
"knex": "<0.20.0"
},
-
run
npm installto install the (missings) packages -
run
npm run developto start the Strapi application.
I hope this solve your situation. 
If not, could you please provide some steps to reproduce the behaviour?