Yep! that is exactly what it's missing!
If you give me a few minutes I'll push what I have here locally.
npm install sequelize-cli --save
That is likely the site trying to set up the database on first run after detecting it wasn't able to get onto it's database. The DB I use is MariaDB with Sequelize ORM.
Highly suggest getting something like HeidiSQL to monitor your local dtabases and make it easier to do admin work on it. :)
Thanks, yeah I will try it.
Ohh. Yeah make sure your MariaDB is running on port 6666 too. That is what that error looks like.. Naturally it runs on port 20K something so you have to change that in it's config or as a flag at run-time.