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

Dependecy error: Cannot find module tty #472

Closed
dalisoft opened this issue Jun 30, 2017 · 3 comments
Closed

Dependecy error: Cannot find module tty #472

dalisoft opened this issue Jun 30, 2017 · 3 comments

Comments

@dalisoft
Copy link

  • Execute file: node.js
  • Module required: tty
  • Unexcepted?: Cannot find module tty
  • Excepted: Module ttys should be insteadof tty
@TooTallNate
Copy link
Contributor

Are you running with Node.js?

tty is definitely a module even in the latest Node.js:

> process.version
'v8.2.1'

> tty
{ isatty: [Function],
  ReadStream: { [Function: ReadStream] super_: { [Function: Socket] super_: [Object] } },
  WriteStream: { [Function: WriteStream] super_: { [Function: Socket] super_: [Object] } } }

@Qix-
Copy link
Member

Qix- commented Aug 9, 2017

Not to mention it's been around since version 0.7.

@dalisoft
Copy link
Author

dalisoft commented Aug 9, 2017

It is node.js but for mobile device

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

No branches or pull requests

3 participants