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

Intermittent Error: connect ENOENT \\?\pipe\... #50

Open
rstarkov opened this issue Jul 22, 2018 · 0 comments
Open

Intermittent Error: connect ENOENT \\?\pipe\... #50

rstarkov opened this issue Jul 22, 2018 · 0 comments

Comments

@rstarkov
Copy link

When building this small test case enoent.zip, the build fails intermittently with the error:

Error: connect ENOENT \?\pipe...
at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)

The exact text varies. Sometimes the build hangs at this point, other times it exits. Sometimes the build just finishes successfully. If it does, delete the .cache and try again, it should fail again.

Removing parcel-plugin-typescript fixes the issue. Reducing the number of imports from 5 to 4 also fixes the issue, making me wonder if the number needs to exceed the number of cores on the machine (so try your cores + 1 if you can't reproduce).

Exact STR:

  • extract
  • yarn - I'm using 1.7.0
  • node_modules\.bin\parcel build App.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant