this._input.setRawMode is not a function
weieyuan opened this issue · 2 comments
weieyuan commented
Describe the bug
qoa.interactive({
type: 'interactive',
query: 'which code do you want to sync?',
handle: 'type',
symbol: '>',
menu: [
'react',
'vue'
]
});
TypeError: this._input.setRawMode is not a function
rjoydip-zz commented
I don't think this is a bug the same example is working fine.
DerMozart commented
This is not actually a bug. I had the same problem while using the GitBash under Windows. Switching to the cmd.exe helped.