Skip to content
This repository was archived by the owner on Nov 11, 2018. It is now read-only.
This repository was archived by the owner on Nov 11, 2018. It is now read-only.

npm does not run under maybe (TTY related issue) #42

@Pipeliner

Description

@Pipeliner

npm (node package manager) seems to require some TTY features not supported by maybe:

$ maybe npm help                                                                                                               
tty.js:73
    handle: new TTY(fd, false),
            ^

Error: EBADF: bad file descriptor, uv_tty_init
    at new WriteStream (tty.js:73:13)
    at createWritableStdioStream (internal/process/stdio.js:151:16)
    at process.getStdout [as stdout] (internal/process/stdio.js:14:14)
    at console.js:248:38
    at NativeModule.compile (bootstrap_node.js:601:7)
    at Function.NativeModule.require (bootstrap_node.js:546:18)
    at setupGlobalConsole (bootstrap_node.js:318:41)
    at startup (bootstrap_node.js:74:7)
    at bootstrap_node.js:613:3
maybe has not detected any file system operations from npm help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions