React Packager 0.43.0-rc.2 EPIPE
See original GitHub issueDescription
React Packager in react-native 0.43.0-rc.2 is giving random EPIPE errors on Windows 10. It seems that sourceMaps stopped working (the red box shows index.android.bundle
. URL instead of the proper symbolication)
Reproduction
npm run start
then wait
Additional Information
- React Native version: 0.43.0-rc.2
- Platform: Android 6
- Operating System: Windows 10 x64
Bundling `index.android.js` 100.0% (971/971), done.
SyntaxError: Unexpected end of JSON input
at parse (<anonymous>)
at process._tickCallback (internal/process/next_tick.js:109:7)
{ Error: write EPIPE
at exports._errnoException (util.js:1033:11)
at Socket._writeGeneric (net.js:727:26)
at Socket._write (net.js:746:8)
at doWrite (_stream_writable.js:329:12)
at writeOrBuffer (_stream_writable.js:315:5)
at Socket.Writable.write (_stream_writable.js:241:11)
at Socket.write (net.js:673:40)
at Socket.Writable.end (_stream_writable.js:475:10)
at Socket.end (net.js:443:31)
at Promise.resolve.then.then.then.catch.then.message (G:\mobile\cadastro\node_modules\react-native\packager\src\Server\symbolicate\worker.js:35:33) code: 'EPIPE', errno: 'EPIPE', syscall: 'write' }
Issue Analytics
- State:
- Created 7 years ago
- Reactions:17
- Comments:34 (1 by maintainers)
Top Results From Across the Web
React – A JavaScript library for building user interfaces
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and...
Read more >Versions - React
A complete release history for React is available on GitHub. Changelogs for recent releases can also be found below. Note. The current docs...
Read more >Create a New React App
js. Creating a Toolchain from Scratch. A JavaScript build toolchain typically consists of: A package manager, such as Yarn ...
Read more >Invalid Hook Call Warning - React
You might be using a version of react-dom (< 16.8.0) or react-native ... This may happen if you accidentally end up with two...
Read more >ReactDOM – React
The react-dom package provides DOM-specific methods that can be used at the top ... different on the server and the client, you can...
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
It will be in 0.45 for sure, I’ll check if we can cherry pick it in 0.44 also
Also running into this.