This could be fixed directly, or the documentation could mention a workaround:
sudo ln -s `which nodejs` /usr/local/bin/node
This could be fixed directly, or the documentation could mention a workaround:
sudo ln -s `which nodejs` /usr/local/bin/node
I think it's reasonable for us to test for both binaries and exit with a human-readable error if neither is found.
A more difficult problem would be determining if the node/nodejs binary is actually NodeJS... I believe that the reason that node became nodejs was due to conflicting with an existing package.