Josh

Results 10 comments of Josh

@adieuadieu Hi, I also had the same problem so I I've installed with the tag version but it's not working. is it working well?

Thanks for your answer. Can I get a some refference to understand the reason why Promises are always working synchronously ?

@prk3 You could try with ```npx knex migrate:latest```

@lorefnon that's right. I found out it from document and resolved it.

@abcd-ca I resolved it below code. ``` const extension = process.env.NODE_CONFIG_ENV === 'production' || process.env.NODE_CONFIG_ENV === 'staging' ? 'js' : 'ts'; console.log('extension ============> ', extension); ``` ``` migrations: { tableName:...

@dereekb Thanks, I checked and I have to pass `db.address` that required parameter. But I already passed `mongo: mongoose.connection.db` so I don't need to pass address agagin. Isn't it?

That's Good Idea...!!

How Could I retry failed job?

When is this issue going to be resolved?