qoa icon indicating copy to clipboard operation
qoa copied to clipboard

this._input.setRawMode is not a function

Open weieyuan opened this issue 6 years ago • 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

weieyuan avatar Mar 01 '19 09:03 weieyuan

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

rjoydip-zz avatar Mar 17 '19 13:03 rjoydip-zz

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

DerMozart avatar Mar 21 '19 13:03 DerMozart