remotion-dev/remotion









The issue has been solved
Investigate windows / node v14 recursive bug #334
JonnyBurger posted onGitHub
When you are specifically:
- On Node.js v14.16.x
- On Windows
If you render a video, at the end it will log an error message:
Error: ENOTEMPTY: directory not empty, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\react-motion-graphics9o9K3v'
It can be seen in the CI: https://github.com/remotion-dev/remotion/runs/3765414019?check_suite_focus=true#step:9:96
Actually, it looks like a Node.JS bug. It doesn't make any sense to me why this is happening! We need a workaround for it but to preserve the current functionality.
š This issue is eligible for Hacktoberfest! In addition to helping you get a contribution towards your Hacktoberfest reward, Remotion pays a $100 bounty for it!
Read: How to contribute to Remotion
- Let us know when you are interested in this issue, and we'll assign you!
- In order to prevent issues from getting stuck, try to progress the issue by opening a PR and adding commits. If your progress is stale for 7 days, another user can ask to take over the issue.
Approval criteria for this PR:
- Fix the error message but keep the current functionality.