Skip to content

Instantly share code, notes, and snippets.

View codingwalebhaiya's full-sized avatar
🎯
Focusing

SATYAM KUMAR PANDEY codingwalebhaiya

🎯
Focusing
View GitHub Profile
@apieceofbart
apieceofbart / remove-node-modules.md
Last active July 4, 2024 16:06 — forked from lmcneel/remove-node-modules.md
How to remove node_modules after they have been added to a repo

How to remove node_modules

  1. Create a .gitignore file in the git repository if it does not contain one

  2. Open up the .gitignore and add the following line to the file

node_modules

  1. Remove the node_modules folder from the git repository