qwikifiers / qwik-nx

Nx plugin for Qwik
130 stars 23 forks source link

Generate component fails #85

Closed acoreyj closed 1 year ago

acoreyj commented 1 year ago

Describe the bug nx generate qwik-nx:component results in an error

To Reproduce Steps to reproduce the behavior:

  1. nx generate qwik-nx:component
  2. choose any name
  3. see error

 nx generate qwik-nx:component 

>  NX  Generating qwik-nx:component

✔ What name would you like to use for the component? · dialog
/home/corey/workspace/QwikBits/node_modules/.pnpm/enquirer@2.3.6/node_modules/enquirer/lib/types/array.js:38
      throw new Error('At least one choice must be selectable');
            ^

Error: At least one choice must be selectable
    at AutoComplete.reset (/home/corey/workspace/QwikBits/node_modules/.pnpm/enquirer@2.3.6/node_modules/enquirer/lib/types/array.js:38:13)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async AutoComplete.initialize (/home/corey/workspace/QwikBits/node_modules/.pnpm/enquirer@2.3.6/node_modules/enquirer/lib/types/array.js:25:5)
    at async /home/corey/workspace/QwikBits/node_modules/.pnpm/enquirer@2.3.6/node_modules/enquirer/lib/prompt.js:236:7