Wednesday, June 27, 2018

rm -r node_modules

...as a Git Bash command will delete the node_modules folder assuming you are in a folder holding the node_modules folder... afterwards type ls to get a directory listing and be sure the folder is gone... -r is for recursive and you will need it if the folder is not empty

No comments:

Post a Comment