While the README specifies the lowest supported version of node it does not specify the highest supported version of node.
Recently while getting familiar with rclnodejs, I immediately encountered an error when attempting to install the package (v0.10.2) with the latest versions of node and npm, v13.0 and v6.12 respectively. I systematically downgraded node and npm until I was able to install rclnodejs with node 10.17.9 and npm 6.11.3.
Propose updating the README and package.json to list 10.17.0 as the max supported version. I will be glad to submit a PR with these small but time saving changes if you agree.