I want to get the version of Node.js on the command line. I\'m expecting to run a command like:
node -version
but that doesn\'t work. Does
Try nodejs instead of just node
nodejs
node
$ nodejs -v v0.10.25