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
Build just freezes. It successfully finishes building, but never exits, same for the serve option. After around 5 minutes it exits with [Error: Bad file descriptor].
The build never stops even if it is done. At the end it actually prints out:
[Error: Bad file descriptor]
馃拋 Possible Solution
Force quit the build after it is done and then manually start up the application. Of course, this is not the best option when testing or publishing in CI/CD. I am pretty sure there is some sort of
I ran sudo npm run build as suggested over here #6463 (comment), and it ended up with a lot of parsing errors related to the parcel scoped dependencies internal javascript files.
The text was updated successfully, but these errors were encountered:
I pass in the entrypoint to the CLI currently. I will try to specify the source option in the package.json. Another note is that the application successfully deploys to Vercel (my CD).
For me, the solution was to ensure that parcel was installed in package.json.
Ad-hoc npx always resulted in [Error: Bad file descriptor].
Edit: Also try typescript and tsc if you use them.
馃悰 bug report
Build just freezes. It successfully finishes building, but never exits, same for the serve option. After around 5 minutes it exits with
[Error: Bad file descriptor].馃帥 Configuration (.babelrc, package.json, cli command)
https://github.com/Yash-Singh1/kanda-weather/blob/main/package.json
馃 Expected Behavior
It exits after building
馃槸 Current Behavior
The build never stops even if it is done. At the end it actually prints out:
[Error: Bad file descriptor]馃拋 Possible Solution
Force quit the build after it is done and then manually start up the application. Of course, this is not the best option when testing or publishing in CI/CD. I am pretty sure there is some sort of
馃敠 Context
I am trying to build my React/Redux application
馃捇 Code Sample
https://github.com/Yash-Singh1/kanda-weather
馃實 Your Environment
^2.0.0-beta.3.1v16.3.07.19.1Ubuntu 20.04.3 LTSUPDATE:
I ran
sudo npm run buildas suggested over here #6463 (comment), and it ended up with a lot of parsing errors related to theparcelscoped dependencies internal javascript files.The text was updated successfully, but these errors were encountered: