Skip to content

Instantly share code, notes, and snippets.

@mikeumus
Created September 18, 2013 22:15
Show Gist options
  • Save mikeumus/6616504 to your computer and use it in GitHub Desktop.
Save mikeumus/6616504 to your computer and use it in GitHub Desktop.
nvm install v0.8.16 attempt on Windows 8 git bash.
Michael@MIKEUMUSSURFACE ~/Desktop/MDM
$ nvm install v0.8.16
grep: invalid option -- o
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
Additional options while compiling:
nvm: install N/A failed!
Michael@MIKEUMUSSURFACE ~/Desktop/MDM
$ nvm install 0.8.16
grep: invalid option -- o
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
Additional options while compiling:
nvm: install N/A failed!
Michael@MIKEUMUSSURFACE ~/Desktop/MDM
$ nvm ls
N/A
current: v0.10.7
@membrown
Copy link

membrown commented Feb 7, 2015

this is issue of grep in windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment