Node is not defined (not even node -v) Nodejs

Hi according to this link here I can't even get the version of nodejs on windows8, what's going on?

Weird things is that on cmd it works but not the provided node cli?

enter image description here

That looks like a Node terminal...which means it's expecting JavaScript code. Try node -v from cmd.

node -v

is not valid JavaScript, so you're getting an error.