-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Using the enquirer example, I'm not having any luck.
The prompt says received, but the text is not in answers.bio
, as seen below:
$ node test.js
? Please write a short bio of at least 3 lines. Received
{ bio: '' }
Possibly relevant details...
node --version = 7.7.2
$EDITOR = vim 8.0
macOS 10.12 Sierra
Edit:
Just testing (because I need to use it, haha), just found that this bug is true when as a standalone prompt or with enquirer.
Reeywhaar