ga-wdi-boston / orientation

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

nvm install boron command does not work in every environment #235

Closed MicFin closed 7 years ago

MicFin commented 7 years ago

nvm install --lts=boron errors in some environments.

grep: unrecognized option `--lts=boron'
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
    [-e pattern] [-f file] [--binary-files=value] [--color=when]
    [--context[=num]] [--directories=action] [--label] [--line-buffered]
    [--null] [pattern] [file ...]
grep: unrecognized option `--lts=boron'
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
    [-e pattern] [-f file] [--binary-files=value] [--color=when]
    [--context[=num]] [--directories=action] [--label] [--line-buffered]
    [--null] [pattern] [file ...]
Version '--lts=boron' not found - try `nvm ls-remote` to browse available versions.

The solution we used was to install the version number specifically nvm install 6.9.4. We did not spend adequate time investigating what environment settings may have caused this error.

payne-chris-r commented 7 years ago

nvm install lts/boron

gaand commented 7 years ago

@payne-chris-r is that the solution?

MicFin commented 7 years ago

nvm install lts/boron did not work for the scenario we ran into with @jordanallain's set up.
We tried nvm install lts/boron and nvm install --lts=boron which both errored and had to run nvm install 6.9.4 for it to work.

payne-chris-r commented 7 years ago

Most people that one of these didn't work for are getting nvm: command not found. Those people didn't follow directions and skipped the last step. They should be 🔨d

MicFin commented 7 years ago

nvm install --lts=boron worked for every developer during 017 installfest

...unless Monday proves otherwise :)

scottyscripts commented 7 years ago

if --lts=boron option doesn't work, it will install based on version number with the new scripts.

jrhorn424 commented 7 years ago

@sdavidson140 Those version numbers are a little out of date. Latest boron has advanced.

scottyscripts commented 7 years ago

moved to and closed on GHE https://git.generalassemb.ly/ga-wdi-boston/orientation/issues/235