Next.js Discord

Discord Forum

Dublicates, corrupted files, and so. on

Unanswered
Persian posted this in #help-forum
Open in Discord
PersianOP
Hey!
I get a lot of error msg from directorys that is created when you start a next.js project. So I don´t create any of the files, and I dont edit them.

All errors comes from .next. This does that I can't run my application with "npm run dev", and I need to do the following to resolve it:
- rm -rf .next
- rm -rf node_modules
-> npm install
-> npm run dev (create .next again)

Just to get my application to work again... How do I get in contact with someone that can help me? Or explain why this is happening?

2 Replies