Skip to content

Instantly share code, notes, and snippets.

@bultas
Last active February 6, 2018 11:06
Show Gist options
  • Save bultas/4c36aab93c887683c821eefafacc3e9d to your computer and use it in GitHub Desktop.
Save bultas/4c36aab93c887683c821eefafacc3e9d to your computer and use it in GitHub Desktop.
If `NPM install` has spicy problems
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