You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When building this small test case enoent.zip, the build fails intermittently with the error:
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:
yarn
- I'm using 1.7.0node_modules\.bin\parcel build App.ts
The text was updated successfully, but these errors were encountered: