Last active
February 6, 2018 11:06
-
-
Save bultas/4c36aab93c887683c821eefafacc3e9d to your computer and use it in GitHub Desktop.
If `NPM install` has spicy problems
This file contains hidden or 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
rm -rf ./node_modules | |
npm cache clear --force | |
npm install | |
# If the problem persists | |
rm ./package-lock.json | |
rm -rf ./node_modules | |
npm cache clear --force | |
npm install | |
# if removing package-lock helps, consult with colleagues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment