Skip to content

Instantly share code, notes, and snippets.

@igorpronin
Last active May 30, 2017 08:57
Show Gist options
  • Save igorpronin/ce5bd2ecc09264ceb7ce02d434a6db0b to your computer and use it in GitHub Desktop.
Save igorpronin/ce5bd2ecc09264ceb7ce02d434a6db0b to your computer and use it in GitHub Desktop.
cmd commands, delete node_modules
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