-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Labels
status: confirmedIssue with steps to reproduce the bug that’s been verified by at least one reviewer.Issue with steps to reproduce the bug that’s been verified by at least one reviewer.type: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby
Description
Description
Hello everyone!
I'm getting this error almost every time I shut down local server.
error UNHANDLED REJECTION write EPIPE
Error: write EPIPE
- child_process.js:806 ChildProcess.target._send
internal/child_process.js:806:20
- child_process.js:676 ChildProcess.send
internal/child_process.js:676:19
- develop.ts:130 ControllableScript.stop
[ap-investment]/[gatsby]/src/commands/develop.ts:130:20
- develop.ts:500 shutdownServices
[ap-investment]/[gatsby]/src/commands/develop.ts:500:28
- develop.ts:442 process.<anonymous>
[ap-investment]/[gatsby]/src/commands/develop.ts:442:11
I've tried multiple times
gatsby clean
remove /node_modules and package-lock.json
npm install
but it solves problem only for some time. Don't know if it is related but when gatsby develop and dev server is running, after some saves, when I click Command + S to save changes, hot reload doesn't work and project isn't re-rendering.
Steps to reproduce
Expected result
Shuting down dev server without errors
Actual result
Throwing error mentioned above and hot reload not working.
Environment
System:
OS: macOS 10.15.7
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.14.0 - /usr/local/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.8 - /usr/local/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 86.0.4240.193
Firefox: 82.0.3
Safari: 14.0
npmPackages:
gatsby: ^2.25.3 => 2.25.4
gatsby-alias-imports: ^1.0.6 => 1.0.6
gatsby-image: ^2.4.21 => 2.4.21
gatsby-plugin-postcss: ^3.0.4 => 3.0.4
gatsby-plugin-sass: ^2.4.2 => 2.4.2
gatsby-plugin-sharp: ^2.7.1 => 2.7.1
gatsby-plugin-tinacms: ^0.32.0 => 0.32.0
gatsby-source-filesystem: ^2.4.2 => 2.4.2
gatsby-tinacms-git: ^0.32.0 => 0.32.0
gatsby-tinacms-json: ^0.32.0 => 0.32.0
gatsby-tinacms-remark: ^0.32.1 => 0.32.1
gatsby-transformer-remark: ^2.9.2 => 2.9.2
gatsby-transformer-sharp: ^2.5.21 => 2.5.21
npmGlobalPackages:
gatsby-cli: 2.12.117
gatsby: 2.25.3
mlenser, hronchetti, armenhalajyan, karlhorky, Jim-Horn and 11 moredowdiness, ndrewgood, triszt4n and voronovam
Metadata
Metadata
Assignees
Labels
status: confirmedIssue with steps to reproduce the bug that’s been verified by at least one reviewer.Issue with steps to reproduce the bug that’s been verified by at least one reviewer.type: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby