ga-wdi-boston / orientation

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

config/nvm.sh needs to check if `~/.nvm` exists, and create it if not #258

Closed BenGitsCode closed 7 years ago

BenGitsCode commented 7 years ago

The nvm.sh script needs to check for the existence of ~/.nvm and if not, create it.

If it does not exist, there will be problems.

scottyscripts commented 7 years ago

This is folder is now created if it already doesn't exist