I'm installing Node.js and NPM, so I used Homebrew to do so. I tried npm -v and node -v and they say:
-bash: npm: command not found
So I tried reinstalling, and I get this:
MacBook-Pro:5.0.0 User$ brew install node
Warning: node-5.0.0 already installed, it's just not linked
What can I do? Thanks!