Skip to content

Instantly share code, notes, and snippets.

@ericbolo
Created August 25, 2016 06:35
Show Gist options
  • Save ericbolo/37f035809bbaa68a146e59b315e608fb to your computer and use it in GitHub Desktop.
Save ericbolo/37f035809bbaa68a146e59b315e608fb to your computer and use it in GitHub Desktop.
Fix npm module mismatch
sudo rm -dr ./node_modules
npm install
(Assumes you are using NVM, otherwise add "sudo" to above cmd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment