Thursday, 25 May 2017

Issues installing Node via homebrew

I'm attempting to get the LTS version of node installed on my machine via homebrew but I seem to be having some issues. If I run brew install node@6 to get the latest LTS version (6.10.3), everything seems to complete with no issues. Then, if I run brew list, I will see node@6 has indeed installed. BUT, if I check which version of node is installed using node -v, I receive zsh: command not found: node. I'm pretty new to homebrew and the command line in general. Where have I gone wrong?

Any help would be greatly appreciated, and I can provide more info if requested. Thanks!



via jakewies

No comments:

Post a Comment