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

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

Open
Pipeliner opened this issue Nov 7, 2017 · 0 comments
Open

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

Pipeliner opened this issue Nov 7, 2017 · 0 comments

Comments

@Pipeliner
Copy link

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant