Please Update your library to use require("knex/package").version instead of knex.VERSION. I had the deprecated warning before but now after I updated my knex library, I get an error "knex@undefined is not supported" which is because knex.VERSION is not supported anymore and yields null.
Please Update your library to use require("knex/package").version instead of knex.VERSION. I had the deprecated warning before but now after I updated my knex library, I get an error "knex@undefined is not supported" which is because knex.VERSION is not supported anymore and yields null.