Description
XXX:~/lumentis$ npx lumentis
npx: installed 82 in 4.199s
Welcome to Lumentis! Let's build you some docs. Some things to keep in mind:
- I'll be saving config files (state, LLM messages) in a folder called .lumentis in the current directory.
- If you'd like to repeat any steps, Ctrl+C and just start over.
? Are you in a clean directory I can start saving things to? (Y/n)
readline.js:1280
throw err;
^
TypeError: Cannot read property 'name' of undefined
at isEnterKey (file:///home/XXX/.npm/_npx/81155/lib/node_modules/lumentis/node_modules/@inquirer/core/dist/esm/lib/key.mjs:18:40)
at Object.current (file:///home/XXX/.npm/_npx/81155/lib/node_modules/lumentis/node_modules/@inquirer/confirm/dist/esm/index.mjs:9:13)
at file:///home/XXX/.npm/_npx/81155/lib/node_modules/lumentis/node_modules/@inquirer/core/dist/esm/lib/use-keypress.mjs:9:20
at String.wrapped (file:///home/XXX/.npm/_npx/81155/lib/node_modules/lumentis/node_modules/@inquirer/core/dist/esm/lib/hook-engine.mjs:42:29)
at AsyncResource.runInAsyncScope (async_hooks.js:197:9)
at ReadStream.emit (events.js:412:35)
at emitKeys (internal/readline/utils.js:358:14)
at emitKeys.next ()
at ReadStream.onData (readline.js:1270:36)
at ReadStream.emit (events.js:400:28)