Skip to content

Instantly share code, notes, and snippets.

@RidaRidss
Created January 22, 2019 07:07
Show Gist options
  • Save RidaRidss/95a1f21448d1dd09700d892830cc9802 to your computer and use it in GitHub Desktop.
Save RidaRidss/95a1f21448d1dd09700d892830cc9802 to your computer and use it in GitHub Desktop.
Enable rm command in windows system

1. npm install -g rimraf

#2. discard terminal open again

rimraf -r (your query)

e.g: rimraf -r TMPDIR/react-*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment