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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack warning during render #3851

Closed
mnlbox opened this issue May 9, 2024 · 1 comment
Closed

Webpack warning during render #3851

mnlbox opened this issue May 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mnlbox
Copy link

mnlbox commented May 9, 2024

Bug Report 馃悰

Hi @JonnyBurger,

I recently updated my Remotion to the latest version and now I see warnings like bellow during my render with renderMedia function:

<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: ENOENT: no such file or directory, rename '/mnlbox/my-video/node_modules/.cache/webpack/remotion-production-4.0.153/7f1607db6e7c4fc25632d965bc2097da/0.pack_' -> '/mnlbox/my-video/node_modules/.cache/webpack/remotion-production-4.0.153/7f1607db6e7c4fc25632d965bc2097da/0.pack'
<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: ENOENT: no such file or directory, rename '/mnlbox/my-video/node_modules/.cache/webpack/remotion-production-4.0.153/7f1607db6e7c4fc25632d965bc2097da/0.pack_' -> '/mnlbox/my-video/node_modules/.cache/webpack/remotion-production-4.0.153/7f1607db6e7c4fc25632d965bc2097da/0.pack'

It seems everything is working so I thought maybe I can ignore the warning but I have this feeling that the my render takes more time than before. Is it a bug somewhere?

@mnlbox mnlbox added the bug Something isn't working label May 9, 2024
@JonnyBurger
Copy link
Member

Although this is true and annoying, it's a Webpack problem and outside of our control.
It's safe to ignore though!

If you really want to chase the bug down, you can file an issue in Webpack or even try to debug it.

@JonnyBurger JonnyBurger closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants