January 2018
Beginner
658 pages
13h 10m
English
Now that Node has been installed successfully, we can go ahead and verify that by running Node from Terminal. Inside Terminal, I'll shut it down by going to Quit Terminal and open it up again:

In our case, we restarted things and we can run our brand new command so, we'll type it:
node -v
What we're doing in this command is we're running the Node command, and we're passing in what's called a flag, a hyphen sign followed by a letter. It could be a, it could be
Read now
Unlock full access