Last active
July 12, 2022 01:46
-
-
Save estebancastro/471b007904e495cb7c052f99f1f83586 to your computer and use it in GitHub Desktop.
Remove your NPM dependencies, and reinstall from scratch
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 && npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment