question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NodeJs v8 stream.push() after EOF

See original GitHub issue

After upgrade to v8 i got error in console

Error: stream.push() after EOF at readableAddChunk (_stream_readable.js:227:30) at Gzip.Readable.push (_stream_readable.js:195:10) at Gzip.Transform.push (_stream_transform.js:151:32) at Zlib.callback (zlib.js:430:16)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:44 (8 by maintainers)

github_iconTop GitHub Comments

6reactions
dandradesgcommented, Jul 17, 2018

npm cache clean --force

4reactions
rimiticommented, Jul 18, 2018

In my case, after making a npm cache clean --force, everything works again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

" error stream.push() after EOF" when using "npm cache verify"
Try use: npm cache clean --force. or. npm i -g npm@6.9.1-next.0.
Read more >
Error: stream.push() after EOF · Issue #207 · nodejs/readable ...
A heads up. Error: stream.push() after EOF at readableAddChunk (/scraper/node_modules/slice-stream/node_modules/readable-stream/lib/_ ...
Read more >
Stream | Node.js v19.3.0 Documentation
The 'finish' event is emitted after the stream.end() method has been ... stream (EOF) and behaves the same as readable.push(null) , after which...
Read more >
Error: stream.push() after EOF - Google Groups
1. A Readable is an abstract Stream, you have to implement rs. · 2. your if- you try to filter something out, right?...
Read more >
nodejs-api/ errors
All JavaScript and system errors raised by Node.js inherit from, ... An attempt was made to call stream.push() after a null (EOF) had...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found