Last active
May 30, 2017 08:57
-
-
Save igorpronin/ce5bd2ecc09264ceb7ce02d434a6db0b to your computer and use it in GitHub Desktop.
cmd commands, delete node_modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install rimraf -g | |
rimraf node_modules | |
// Delete folder with all includes | |
rd /s/q path_to_folder | |
rmdir /s/q path_to_folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment