Skip to content

Instantly share code, notes, and snippets.

@NejcZdovc
Last active May 18, 2017 07:05
Show Gist options
  • Save NejcZdovc/5dd0e6789049c2ff715ef891c87f9760 to your computer and use it in GitHub Desktop.
Save NejcZdovc/5dd0e6789049c2ff715ef891c87f9760 to your computer and use it in GitHub Desktop.
Clean install of brave development
// Clean
npm cache clean
rm -rf ~/.node-gyp
rm -rf ~/.electron
rm -rf ~/Library/Application Support/brave-development
rm -rf node_modules
// Install
npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment