Running node -v
in the terminal returns 0.12.2, while running brew info node
to check homebrew's version of node, it returns 6.7.0
How can I work using homebrew's node? (6.7.0 instead of 0.12.2)
I've tried reinstalling everything, but it didn't work.
node -v
still returns 0.12.2. If its pointing to the homebrew folder, shouldn't it return the same version I see when I runbrew info node
? – Dakar