Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running in git-bash #82

Open
Vidminas opened this issue Jun 18, 2019 · 0 comments
Open

Error when running in git-bash #82

Vidminas opened this issue Jun 18, 2019 · 0 comments

Comments

@Vidminas
Copy link

Using git-bash on Windows, running goingnative produces the following output:

$ goingnative
C:\Users\Vidminas\AppData\Roaming\npm\node_modules\goingnative\node_modules\terinal-menu\index.js:61
    process.stdin.setRawMode(true);
                  ^

TypeError: process.stdin.setRawMode is not a function
    at new Menu (C:\Users\Vidminas\AppData\Roaming\npm\node_modules\goingnativenode_modules\terminal-menu\index.js:61:19)
    at module.exports (C:\Users\Vidminas\AppData\Roaming\npm\node_modules\goingative\node_modules\terminal-menu\index.js:8:12)
    at showMenu (C:\Users\Vidminas\AppData\Roaming\npm\node_modules\goingnativenode_modules\workshopper\menu.js:14:18)
    at Workshopper.printMenu (C:\Users\Vidminas\AppData\Roaming\npm\node_module\goingnative\node_modules\workshopper\workshopper.js:325:14)
    at new Workshopper (C:\Users\Vidminas\AppData\Roaming\npm\node_modules\goinnative\node_modules\workshopper\workshopper.js:172:8)
    at Workshopper (C:\Users\Vidminas\AppData\Roaming\npm\node_modules\goingnatve\node_modules\workshopper\workshopper.js:20:12)
    at Object.<anonymous> (C:\Users\Vidminas\AppData\Roaming\npm\node_modules\gingnative\goingnative.js:20:1)
    at Module._compile (internal/modules/cjs/loader.js:776:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)

Some investigation seems to show that this is connected to git-bash not providing TTY streams:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant