You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another reason of this not working is on on expand prompt is choices received from child process don't have value attribute. Object looks something like this.
[{
"type": "expand",
"message": "Overwrite app/index.html?",
"choices": [{
"key": "y",
"name": "overwrite"
}, {
"key": "n",
"name": "do not overwrite"
}, {
"key": "a",
"name": "overwrite this and all others"
}, {
"key": "x",
"name": "abort"
}, {
"key": "d",
"name": "show the differences between the old and the new"
}],
"name": "overwrite"
}]
All of the radio buttons generated from prompts
type: list
are not working with the following JS error in the console:The text was updated successfully, but these errors were encountered: