klaudiosinani/qoa

this._input.setRawMode is not a function

weieyuan opened this issue · 2 comments

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

I don't think this is a bug the same example is working fine.

This is not actually a bug. I had the same problem while using the GitBash under Windows. Switching to the cmd.exe helped.