Open robcolburn opened 9 years ago
Do you perhaps have an alias sha1
to sha1sum
in your bash_profile
or bashrc
? You absolutely do not need to ever use brew
to use nvm
.
@robcolburn ping
Related: if you are using zshuery it declares a sha1
alias which causes nvm install to not work.
https://github.com/myfreeweb/zshuery/blob/93aff05e8d3f4b5b2c9cec3627e672f42b50961b/zshuery.sh#L149
I commented it out in order to install new node versions, but not sure what the best future-friendly fix is.
@derekr What version of nvm
are you using? The latest should have fixed that.
@ljharb 0.24.0
Unmet dependency on OSX.
Easy solve in the usual way.
Perhaps a note in the readme?