Report the correct error in case nodejs is found, but not node
Review Request #8582 — Created Dec. 30, 2016 and submitted
The exception handling logic incorrectly suppressed the exception raised when nodejs was found but not node.
Running
$ python setup.py develop
on a Ubuntu system with nodejs installed now reports the correct error.