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.

React Packager 0.43.0-rc.2 EPIPE

See original GitHub issue

Description

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:closed
  • Created 7 years ago
  • Reactions:17
  • Comments:34 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
janicduplessiscommented, May 9, 2017

It will be in 0.45 for sure, I’ll check if we can cherry pick it in 0.44 also

4reactions
pbassutcommented, Apr 25, 2017

Also running into this.

Read more comments on GitHub >

github_iconTop 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 >

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