Can't install in windows 10

Hey @larrybird1 :wave: ,

I’m not sure which steps you follow, so I can’t reproduce this for you.
But maybe these steps could solve this.

  1. Add "knex": "<0.20.0", to your dependencies in your package.json, like so:
"dependencies": {
    "strapi": "3.2.5",
    //...
    "strapi-connector-bookshelf": "3.2.5",
    "knex": "<0.20.0"
  },
  1. run npm install to install the (missings) packages

  2. run npm run develop to start the Strapi application.

I hope this solve your situation. :+1:
If not, could you please provide some steps to reproduce the behaviour?