Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cubespace/f7e15400dad36a3736441b1a56fa0963 to your computer and use it in GitHub Desktop.
Save cubespace/f7e15400dad36a3736441b1a56fa0963 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