When I node -v
I get v7.10.0
I've installed with brew install node
and brew upgrade node
I see that 9.5 got installed.
I did brew switch node 9.5.0
and got 7 links created for /usr/local/Cellar/node/9.5.0
However when I reopen the terminal my node -v is still v7.10.0 :(