Jordan
0
Q:

how to remove node_modules from git

# Do the below steps -
# Make .gitignore file.
# Run below commands in your terminal

git rm -r --cached node_modules

git commit -am "node_modules be gone!"

git push origin master
6
npm uninstall node_module_name
2

New to Communities?

Join the community