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?

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.