I'm going through the tutorial provided by Angular(https://docs.angularjs.org/tutorial) but I'm confused by the Node.js installation. I already have node installed globally on my mac. In the tutorial it states:
The tutorial instructions, from now on, assume you are running all commands from within the angular-phonecat directory.
Is the tutorial assuming that I do not have Node.js installed on my local machine? Or are these instructions for installing Node.js into my project folder? https://docs.angularjs.org/tutorial#install-node-js
When I run the command:
node --version
I get the result:
v7.4.0
And I get that result running the command in a new terminal as well.
install nodejs-legacy npmis only necessary on Debian, where there might be a conflict. It's not even an option on MacOS.