Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run on Node v7.1.0 on Windows #10824

Closed
mochi99999 opened this issue Nov 9, 2016 · 2 comments
Closed

Not able to run on Node v7.1.0 on Windows #10824

mochi99999 opened this issue Nov 9, 2016 · 2 comments
Labels
Platform: Windows Building on Windows. Resolution: Locked This issue was locked by the bot.

Comments

@mochi99999
Copy link

Description

I upgraded to Node v7.1.0 on Windows 10 and I'm running into an error when running react-native run-android.

Error:


events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: write EINVAL
    at exports._errnoException (util.js:1022:11)
    at WriteStream.Socket._writeGeneric (net.js:715:26)
    at WriteStream.Socket._write (net.js:734:8)
    at doWrite (_stream_writable.js:334:12)
    at writeOrBuffer (_stream_writable.js:320:5)
    at WriteStream.Writable.write (_stream_writable.js:247:11)
    at WriteStream.Socket.write (net.js:661:40)
    at WriteStream.stream.write (C:\Users\[...]\node_modules\ansi\lib\newlines.js:36:21)
    at Object.execFileSync (child_process.js:506:20)
    at Object.run (C:/Users/[....]/node_modules/react-native/local-cli/cliEntry.js:163:16)

Reproduction

I have downgraded to Node v7.0.0 and this has resolved my issue. However, once I upgraded to Node 7.1.0 it errors out again.

Also, I'm not able to upgrade to RN 0.37.0 using react-native upgrade as it gives the same error.

Additional Information

  • React Native version: 0.36.0
  • Platform: Android
  • Operating System: Windows 10
@mischah
Copy link

mischah commented Nov 10, 2016

I filed an issue in the Node.js repo: nodejs/node#9542

Please head over there in case you have any additional (and useful) information to share.
Thanks :octocat:

@g-guth
Copy link

g-guth commented Nov 10, 2016

same error here, but for installing any package.

@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Platform: Windows Building on Windows. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants