Error: Found invalid/conflicting keys: k, n, d

Hello :wave:

I am following this example react-design-system

I ran this cmd

npx builder create -k bpk-4a736f6fxxxf4xxbe0b974ac2d031d6 -n test-project -d

an error:

Error: Found invalid/conflicting keys: k, n, d
    at Object.general (/xxx/xxx/.npm/_npx/e95166b85de4c0e9/node_modules/builder/lib/args.js:221:13)
    at new module.exports (/xxx/xxx/.npm/_npx/e95166b85de4c0e9/node_modules/builder/lib/config.js:34:21)
    at module.exports (/xxx/xxx/.npm/_npx/e95166b85de4c0e9/node_modules/builder/bin/builder-core.js:25:18)
    at Object.<anonymous> (/xxx/xxx/.npm/_npx/e95166b85de4c0e9/node_modules/builder/bin/builder.js:47:1)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47

How can I fix this? Any Ideas! Please let me know if I can answer any questions to help troubleshoot.

TY

I fixed this problem with help from this article.