Dublicates, corrupted files, and so. on
Unanswered
Persian posted this in #help-forum
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?
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
PersianOP
I posted on their github. I am facinating of how many different errors that is correlated with next... 🙂 Guess i will do this project then leave next for remix..