nconf
nconf copied to clipboard
Error: Cannot add store with unknown type: ...
nconf.defaults({
type: 'foo'
});
/Users/***/node_modules/webdriverio/lib/utils/ConfigParser.js:65
throw e;
^
Error: Cannot add store with unknown type: foo
@indexzero Is there any solution yet?
the key needs to be of type string, I think it must be a valid json object. put the type in double quotes.