Your path contains /usr/local/bin
before /usr/local/Cellar
. Since the version of node
you're using is the homebrew
one, fix it with:
PATH="/usr/local/Cellar:$PATH"
Next time you have a problem with brew, run brew doctor
, it would have told you what to do
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…