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
On an Arm7 (armhf) device running Debian Stretch, I had to issue either of the following:
$ nodejs -v $ nodejs -h
The following did not work:
$ node -v $ node -h $ apm -v
Hope this helps someone else.