ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Add this to homebrew script #259

Open BenGitsCode opened 7 years ago

BenGitsCode commented 7 years ago

The homebrew script should blow up and uninstall homebrew before running any of the commands.

if nvm does not exist, brew should be uninstalled and reinstalled clean.

@jrhorn424 wants this to be added to the homebrew script.

update node was apparently installed during the prework and this caused issues during installfest.

jrhorn424 commented 7 years ago

Thanks! That captures most of my intent. To clarify:

homebrew script should empty the contents of /usr/local before resetting permissions. prompt the user since this is destructive.

That takes care of everything: uninstalls node, npm, nvm, etc.