Skip to content

Instantly share code, notes, and snippets.

@adarsh-chakraborty
Last active April 10, 2022 09:18
Show Gist options
  • Save adarsh-chakraborty/02bd92b89d11df771e997b3dd083de7c to your computer and use it in GitHub Desktop.
Save adarsh-chakraborty/02bd92b89d11df771e997b3dd083de7c to your computer and use it in GitHub Desktop.
Delete node_modules folder in one command
rm -rf node_modules
npm cache verify
 npm cache clean --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment