Skip to content

Instantly share code, notes, and snippets.

@jamescoxhead
Last active February 17, 2016 16:52
Show Gist options
  • Save jamescoxhead/63c57d4ef88c59afe3ce to your computer and use it in GitHub Desktop.
Save jamescoxhead/63c57d4ef88c59afe3ce to your computer and use it in GitHub Desktop.
Force delete the node_modules folder and contents (from https://github.com/CrumpledDog/SkriftBuildingBlocks)
mkdir temp
robocopy temp node_modules /MIR
rd temp
rd node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment