It was brought to our attention that the NVM configuration was only loaded in interactive shells. To use node within non-interactive shells (for example, in a cronjob), one had to specify the explicity version.
With this change, the appropriate NVM configuration is loaded in both interactive and non interactive shells.
Reference #986