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

Crash report: TypeError: this.stream.clearLine is not a function #1073

Closed
tessel-crashbot opened this issue Nov 2, 2016 · 1 comment
Closed

Comments

@tessel-crashbot
Copy link

TypeError: this.stream.clearLine is not a function
    at ProgressBar.terminate (t2-cli\node_modules\progress\lib\node-progress.js:177:17)
    at ProgressBar.tick (t2-cli\node_modules\progress\lib\node-progress.js:91:10)
    at IncomingMessage.res.on (t2-cli\lib\update-fetch.js:182:13)
    at emitOne (events.js:101:20)
    at IncomingMessage.emit (events.js:188:7)
    at readableAddChunk (_stream_readable.js:177:18)
    at IncomingMessage.Readable.push (_stream_readable.js:135:10)
    at HTTPParser.parserOnBody (_http_common.js:129:22)
    at TLSSocket.socketOnData (_http_client.js:361:20)
    at emitOne (events.js:96:13)

Full report is at 0x1bbedd0

rwaldron added a commit that referenced this issue Nov 2, 2016
rwaldron added a commit that referenced this issue Nov 2, 2016
@rwaldron
Copy link
Contributor

rwaldron commented Nov 2, 2016

Duplicates #1044

@rwaldron rwaldron closed this as completed Nov 2, 2016
rwaldron added a commit that referenced this issue Nov 2, 2016
rwaldron added a commit that referenced this issue Nov 3, 2016
…s the patch to terminate. Fixes gh-1073, Fixes gh-1044

Note: this is the same thing as we did with npmlog. When/if the relevant patch is merged to the official node-progress module, we'll drop this and restore that module as a dependency.
rwaldron added a commit that referenced this issue Nov 4, 2016
…s the patch to terminate. Fixes gh-1073, Fixes gh-1044 (#1077)

Note: this is the same thing as we did with npmlog. When/if the relevant patch is merged to the official node-progress module, we'll drop this and restore that module as a dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants