Skip to content

Instantly share code, notes, and snippets.

View enigmatikme's full-sized avatar

Karin Hsu enigmatikme

  • Federato
  • San Francisco
View GitHub Profile
@lmcneel
lmcneel / remove-node-modules.md
Last active April 18, 2025 19:05
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