Skip to content

Instantly share code, notes, and snippets.

@kbcarte
Created March 30, 2022 18:45
Show Gist options
  • Save kbcarte/8b9a51498ea33687bc344653b825024c to your computer and use it in GitHub Desktop.
Save kbcarte/8b9a51498ea33687bc344653b825024c to your computer and use it in GitHub Desktop.
nuke node_modules and go again
$ sudo rm -rf package-lock.json node_modules
$ sudo npm cache clean --force
$ npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment