You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s generally a bad idea to keep node_modules inside your repository. Make sure to exclude it from version control.
Add node_modules/ to your .gitignore file (you can use the one that comes with Next.js as a base) before committing your code.