How to Clear Cache in Nextjs App

Posted on: March 16th, 2025
By: Tadeo Martinez

rm -rf .next

Or

npm cache clean --force

Then reinstall dependencies:

rm -rf node_modules package-lock.json
npm install
npm run dev

Have any questions or comments? Write them below!


Leave a Reply

Your email address will not be published. Required fields are marked *