faressoft / faressoft/terminalizer
TypeError: process.stdin.setRawMode is not a function
- Dominant language
- JavaScript
- Stars
- 16.2k
- Forks
- 519
- PR merge metrics
- No merged PRs in 30d
Description
Trying to run under Cygwin on Win81 with Py3.8 result in:
```bash
# terminalizer record demo
defaultConfigPath
The recording session is started
Press CTRL+D to exit and save the recording
Error:
TypeError: process.stdin.setRawMode is not a function
Hint:
Use the --help option to get help about the usage
```
Node & NPM versions:
```
node v12.18.4
npm 6.14.6
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce `terminalizer record demo` under Cygwin on Windows 8.1 with Node v12.18.4 and npm 6.14.6, then trace where recording calls `process.stdin.setRawMode`. Done means the recording session starts and can be exited with CTRL+D without the TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100