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
Node modules was added to the branches mentioned in title accidentally in a commit. This is a problem, because node modules are different on different devices and operating systems, it is really big in size which hinders the developer experience when pulling
Solution:
Use Git Patch to patch the commits where node modules got added, and force push to that branch. Verify that it got removed. Make sure it is in the .gitignore.
The text was updated successfully, but these errors were encountered:
Description:
Node modules was added to the branches mentioned in title accidentally in a commit. This is a problem, because node modules are different on different devices and operating systems, it is really big in size which hinders the developer experience when pulling
Solution:
Use Git Patch to patch the commits where node modules got added, and force push to that branch. Verify that it got removed. Make sure it is in the
.gitignore
.The text was updated successfully, but these errors were encountered: