When i select custom setting and select sql and enter all fields Connection test failed: Cannot find module\AppData\Local\Temp\strapi9a2b8146f759\node_modules\strapi-connector-bookshelf\lib\utils\connectivity.js'
Asked
Active
Viewed 571 times
1 Answers
1
I know It's old but I just want to reply for future people who have the same issue.
Try to use yarn create strapi-app --quickstart
or using npx npx create-strapi-starter --quickstart
, and It'll use the default template
and then when It finish getting dependencies and finish setting up your project go to a file called database.js
and add your database set of infos.
Got this info from issue opened in github : Here

Mouhsine Elachbi
- 31
- 4