test koa@next throw Error: write EPIPE
See original GitHub issuetest koa@next
'use string'
var Koa = require('koa')
var app = new Koa()
app.use(function (ctx, next) {
ctx.body = { hello: 'world' }
})
app.listen(3000)
throw Error: write EPIPE
Error: write EPIPE
at exports._errnoException (util.js:1022:11)
at WriteWrap.afterWrite [as oncomplete] (net.js:804:14)
is this autocannon’s issue?
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
events.js:288 Error: write EPIPE when executing tests with Jest
In one of the projects it is correctly setup, but when I added React Testing Library and updated dependencies in this project, I...
Read more >write EPIPE error on generating html to pdf
Hi Team, I'm trying to generate html to pdf using html-pdf npm . Please check below code const invoicePath = path.resolve(path.join(__dirname,
Read more >what is a "write EPIPE" error? - Google Groups
Any ideas on what I'm doing wrong? EPIPE means that writing of (presumably) the HTTP request failed because the other end closed the...
Read more >StencilJs fails running dev server Error: write EPIPE
I have already tried to reinstall and downgrade node and use admin privileges on the shell where I execute the command,but no luck...
Read more >80% of the time build fails with Error: write EPIPE error
Building a JavaScript application using Create React App (yarn build) fails in ~80% of the time with the following error: Error: write EPIPE...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is definitely a Koa issue. I am running them on two separate boxes. Koa keep spitting out this error.
I got same problem, autocannon -> fastify