plop icon indicating copy to clipboard operation
plop copied to clipboard

inquire version update is required

Open dev-splin opened this issue 1 year ago • 1 comments

Package updates are required because there are useful features such as description of the inquire checkbox.

dev-splin avatar Nov 16 '24 13:11 dev-splin

This cannot be merged in as-is due to breaks in inquierer since the original version:

node-plop:test:
node-plop:test: Error: /Users/crutchcorn/git/plopjs/plop/packages/node-plop/types/index.d.ts:3:3
node-plop:test: ERROR: 3:3    expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'CheckboxQuestion'. Did you mean to use 'import CheckboxQuestion from "inquirer"' instead?
node-plop:test: ERROR: 4:3    expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'ConfirmQuestion'. Did you mean to use 'import ConfirmQuestion from "inquirer"' instead?
node-plop:test: ERROR: 5:3    expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'EditorQuestion'. Did you mean to use 'import EditorQuestion from "inquirer"' instead?
node-plop:test: ERROR: 6:3    expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'ExpandQuestion'. Did you mean to use 'import ExpandQuestion from "inquirer"' instead?
node-plop:test: ERROR: 7:3    expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'InputQuestion'. Did you mean to use 'import InputQuestion from "inquirer"' instead?
node-plop:test: ERROR: 8:3    expect  TypeScript@local compile error:
node-plop:test: '"inquirer"' has no exported member named 'ListQuestion'. Did you mean 'Question'?
node-plop:test: ERROR: 9:3    expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'NumberQuestion'. Did you mean to use 'import NumberQuestion from "inquirer"' instead?
node-plop:test: ERROR: 10:3   expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'PasswordQuestion'. Did you mean to use 'import PasswordQuestion from "inquirer"' instead?
node-plop:test: ERROR: 11:3   expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'PromptModule'. Did you mean to use 'import PromptModule from "inquirer"' instead?
node-plop:test: ERROR: 13:3   expect  TypeScript@local compile error:
node-plop:test: Module '"inquirer"' has no exported member 'RawListQuestion'. Did you mean to use 'import RawListQuestion from "inquirer"' instead?
node-plop:test: ERROR: 39:35  expect  TypeScript@local compile error:
node-plop:test: Cannot find namespace 'inquirer'.
node-plop:test:

crutchcorn avatar Sep 04 '25 04:09 crutchcorn