I'm following a tutorial to start with node making a simple hello world. Basically I installed node and execute this line to test if the instalation went well:
$ node -v
and node return to me:
$ node -v
^^^^
SyntaxError: Unexpected identifier
can anyone tell me what am I doing wrong? I've search this errors in a lot of sites, i think it is simple to resolve... I have already uninstall and install again.