nconf icon indicating copy to clipboard operation
nconf copied to clipboard

Error: Cannot add store with unknown type: ...

Open monolithed opened this issue 9 years ago • 2 comments

nconf.defaults({
    type: 'foo'
});
/Users/***/node_modules/webdriverio/lib/utils/ConfigParser.js:65
        throw e;
        ^

Error: Cannot add store with unknown type: foo

monolithed avatar Jan 14 '16 13:01 monolithed

@indexzero Is there any solution yet?

elquimista avatar Apr 03 '17 13:04 elquimista

the key needs to be of type string, I think it must be a valid json object. put the type in double quotes.

kevitan avatar Apr 23 '18 20:04 kevitan