Skip to content

Instantly share code, notes, and snippets.

@billyjov
Created December 29, 2017 22:25
Show Gist options
  • Save billyjov/2ce95d602363b899025e93139a1db51d to your computer and use it in GitHub Desktop.
Save billyjov/2ce95d602363b899025e93139a1db51d to your computer and use it in GitHub Desktop.
Delete node_modules folder on windows

npm install -g rimraf
rimraf node_modules

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