Skip to content

Instantly share code, notes, and snippets.

@sjkp
Created June 13, 2015 17:04
Show Gist options
  • Save sjkp/48ba24555b26d08b9cd5 to your computer and use it in GitHub Desktop.
Save sjkp/48ba24555b26d08b9cd5 to your computer and use it in GitHub Desktop.
Remove node_modules on windows
Install RimRaf:
npm install rimraf -g
And in the project folder delete the node_modules folder with:
rimraf node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment