I have previously only compiled NodeJS from source, but I am using the default apt repo because of an ease of updating. But I do not understand what is happening.
I install as such: sudo apt-get install nodejs But this only installs the binary "nodejs", not "node" as I am expecting.
Any advice on how to install the binary "node" from the repo? Thanks!