Skip to content

Instantly share code, notes, and snippets.

@ismyrnow
Last active March 4, 2020 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismyrnow/567d202d69328c094c9ed3ef66c74832 to your computer and use it in GitHub Desktop.
Save ismyrnow/567d202d69328c094c9ed3ef66c74832 to your computer and use it in GitHub Desktop.
Reset weird package-lock changes
rm -rf ./node_modules
npm cache clean --force
npm install --prefer-online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment