Node installation

Mosh states to use $node --version

…when in fact on terminal you are to use node -v

This is outdated and confusing for a beginner. Now I’m questioning the entire tutorial because how am I suppose to follow along on my mac if everything he is typing is outdated or code for windows?

Please advise.Screen Shot 2021-03-23 at 23.28.03

I don’t really understand your question. -v is just a shortcut for --version so node -v and node --version do exactly the same.

Mosh uses a Mac in his courses so you shouldn’t have a problem following on Mac.

1 Like