Skip to content

Instantly share code, notes, and snippets.

@CMCDragonkai
Created March 16, 2021 09:44
Show Gist options
  • Save CMCDragonkai/de91cfc55e8d7476848a7daee772851a to your computer and use it in GitHub Desktop.
Save CMCDragonkai/de91cfc55e8d7476848a7daee772851a to your computer and use it in GitHub Desktop.
NPM Clean - Needed if SHA1 hashes are appearing #npm

NPM Clean - Needed if SHA1 hashes are appearing

npm cache clear --force
rm -r node_modules/
rm package-lock.json
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment