-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
The turbo package in nextjs 14 has a bug: EPERM: operation not permitted #57581
Comments
same issue. Tried deleting the .next folder but didn't work. Sadly couldn't create a reproduction repo as I have a lot of code. |
Seeing similar errors here:
Fonts loaded by |
Same issue here. for now, i just removed |
Adding --turbo is the main reason we've upgraded. NextJS is a slow old pig and need speeding up. If --turbo is not working why bother. |
Same here. I'm using the JetBrains IDE - does it have anything to do with this? |
Is anyone running into this on an OS other than windows? It's hard for us to reproduce without being on windows |
Doing some research, this is a problem with windows specifically. See: libuv/libuv#1981 Antivirus might be locking the file preventing it from being renamed So this isn't really a next.js bug, but we can add a retry to work around broken windows behaviour |
I will check again |
Hi Vercel NextJS team, This is very frustrating. I installed NextJS onto a bare bones Windows 11 machine with AVG antivirus. That's about it. I have been working with NextJS for a while without any issues. When I try to use --turbo, it doesn't work. Obviously it is working for others but, it is also not working for others. I am happy to do what every you suggest to try to fix this so tell us what to do. Just saying it "might be antivirus" doesn't help much. What does that mean and what do we need to do to fix it. A bit of direction would be most appreciated because all I can tell those that ask me is that --turbo doesn't work. I tried it on my work machine on a completely different network, IP provider etc. and still it does not work. |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Link to the code that reproduces this issue
https://github.com/peymanath/terxine/tree/nextjs14-turbo
To Reproduce
Hello everyone,
i'm using Turbo in the developer environment nextjs14, but I'm getting the following error.
Has anyone encountered this error?
Note: When I get this error that NEXTjs wants to render my routes.
Current vs. Expected behavior
When I use Turbo, this problem occurs and the fonts of my site do not load and the application does not work properly and it also gives this error, but without Turbopack there is no problem, the application works properly.
Verify canary release
Provide environment information
Which area(s) are affected? (Select all that apply)
App Router, Turbopack (--turbo)
Additional context
I am using version 13.5, today I wanted to change to 14 and use turbopack and I had this problem. I tested it when I use create-next-app, it works fine, but there is a problem with my project.
PACK-1956
The text was updated successfully, but these errors were encountered: