Skip to content

Instantly share code, notes, and snippets.

View calvieTech's full-sized avatar

calvieTech calvieTech

  • New York City, NY
View GitHub Profile
@calvieTech
calvieTech / remove-node-modules.md
Created November 9, 2024 05:27 — 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