How to use the Knex CLI
问题 I have installed Knex in my Node project and all is wonderful and great... so far... Now I dig deeper into Knex and am confronted with migrations. All the docs I found talk about running commands like "knex migrate:latest", etc. What I get as a result when I try to run such commands from the (Windows) command line is an error telling me that 'knex' is an unknown command. I am not a npm and Nodes expert, just enough to get the basics running. When digging into the knex node package I find some