Git Remove comitted node_modules folder git rm -r --cached node_modules git commit -m "removing node_modules folder" git push origin master