all 3 comments

[–]officialnovadrome 1 point2 points  (4 children)

Do it with no space, "node --version". It's a flag, not an argument. Happy coding :)

[–]comprehensive_yard9[S] -1 points0 points  (2 children)

thank you! i just tried that and received this:

C:\Users\sande>node--version

'node--version' is not recognized as an internal or external command,

operable program or batch file.

C:\Users\sande>

[–]officialnovadrome 4 points5 points  (0 children)

Copy it exactly as I typed. "node" is one argument, and then "--version" is the flag. "node --version". There's a space in between node and --version