Created
August 25, 2016 06:35
-
-
Save ericbolo/37f035809bbaa68a146e59b315e608fb to your computer and use it in GitHub Desktop.
Fix npm module mismatch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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