Replies: 13 comments 14 replies
-
I tried to delete with powershell
|
Beta Was this translation helpful? Give feedback.
-
You are getting this error because the Usually, the |
Beta Was this translation helpful? Give feedback.
-
I was still getting this issue - I think it might be related to the fact that the folder is on my the |
Beta Was this translation helpful? Give feedback.
-
In my case closing VS Code allows me to delete the .next folder but looking for another alternative I realized that the problem was generated by the Prisma extension, I disabled it and with that my problem was solved. I opened an Issue describing the bug on their repository: prisma/language-tools#606 |
Beta Was this translation helpful? Give feedback.
-
You could also delete the |
Beta Was this translation helpful? Give feedback.
-
I have come across such problems after npm run dev and i delete my .next folder |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I had the same problem and was able to fix it with |
Beta Was this translation helpful? Give feedback.
-
If anyone still facing this issue. Let me tell you, if you have any script running in terminal such as |
Beta Was this translation helpful? Give feedback.
-
if you have messages that you do not have permission try to enter before 'sudo' - sudo rm -rf foldername/ |
Beta Was this translation helpful? Give feedback.
-
This error has literally been plaguing me for years. Next will crash for some reason (usually because I'm an idiot and set up some infinite loop). I'll quit the process in my terminal, and be unable to restart the server because of the trace file within .next.
The file tends to be quite large (today's is 9.2MB), but opening it up in any kind of editor shows an empty file. I've never encountered such an obtuse file in any other computing context throughout my whole life! The only way I've ever been able to solve this is by restarting my PC, which is just...not my favourite thing in the world. Could next perhaps be modified to maybe not do such weird shit when creating this trace file? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have the same problem trying to delete the file |
Beta Was this translation helpful? Give feedback.
-
Bug report
Describe the bug
Hi, when I run:
npm run build
my app get an error, it's ok, then I fixed the errorBut when I run
npm run dev
, I got this errorI tried many ways to delete .next folder, but not work, finally I must login to Safe mode of window to delete folder.
I guest it come from name folder ? I set folder name is : api/item/[itemId]
System information
Beta Was this translation helpful? Give feedback.
All reactions