#1133388 eslint: "eslint --init" displays the string "undefined" instead of (probably) a bullet point

#1133388#5
Date:
2026-04-12 21:14:56 UTC
From:
To:
Dear Maintainer,

when executing "eslint --init" in a Debian Trixie container,
the prompts display the string "undefined" where (probably)
a bullet point or a check mark was intended to be shown:

| root@d559a88960d4:/# eslint --init
| ? How would you like to use ESLint?
| undefined To check syntax only
  ^^^^^^^^^
|   To check syntax and find problems
|   To check syntax, find problems, and enforce code style

and:

| root@d559a88960d4:/# eslint --init
| ? How would you like to use ESLint? To check syntax, find problems, and enforce code style
| ? What type of modules does your project use? None of these
| ? Which framework does your project use? None of these
| ? Does your project use TypeScript? No
| ? Where does your code run? (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
| undefinedundefined Browser
  ^^^^^^^^^^^^^^^^^^
|  undefined Node
   ^^^^^^^^^

I don't know whether this is a bug in eslint or the
supporting library.