yarick123
yarick123
Have the same problem with stack traces using e.g. expect(200) method. As this problem is already ~3 years old and, as mentioned by @CatBakun, it cannot be solved by Bluebird-Promises,...
Thank for the answer. I hoped, that this functionality could be easily reused...
@acao of course I do not mind.
I had the same problem. It was caused by not enough rights of the application pool user, when the package "win-ca" was used. As a temporary solution, instead of using...
@jchip As far as I understand, `nconf.reset()` is an asynchronous method. I suppose your code should be like this: ``` var nconf = require('nconf'); nconf.use('test1', { type: 'literal', store: {...