Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to remove node modules from github

remove node_modules
git rm -r --cached node_modules

git commit -am "node_modules be gone!"

git push origin master
 
PREVIOUS NEXT
Tagged: #remove #node #modules #github
ADD COMMENT
Topic
Name
1+9 =