System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
windows 10
mysql
node --version
v14.15.4
npm --version
7.4.0
Strapi 3.4.1
windows 10
mysql
node --version
v14.15.4
npm --version
7.4.0
Strapi 3.4.1
I installed and am testing without problems (for now) … but I’m using MongoDB.
My environment:
Windows 10
Node JS 14.15.4
NPM 6.14.10
MongoDB 4.4.0
Strapi 3.4.1
Good luck !
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.
"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"
},
run npm install
to install the (missings) packages
run npm run develop
to start the Strapi application.
I hope this solve your situation.
If not, could you please provide some steps to reproduce the behaviour?
Well, I haven’t updated my PC to Windows 11 yet, but I’ve heard some great things about it.
If you’re considering the upgrade, you might want to check out the Windows 11 Pro version. It offers some extra features and functionality compared to the regular version.