Skip to content

Instantly share code, notes, and snippets.

View nayaba's full-sized avatar
🏠
Working from home

Nabila Ayaba (she/her) nayaba

🏠
Working from home
View GitHub Profile
@nayaba
nayaba / remove-node-modules.md
Created March 22, 2022 19:16 — 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

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a