In this release, we enable the option to configure your system NodeJS version.
NOTE: This change only applies to Debian Buster Hypernodes.
Please contact support if you wish to be a beta tester for our new Debian Buster Hypernode.

Configuring your NodeJS version

From now on the default NodeJS version that will be installed on Hypernode is v10.
But, to keep backwards compatibility all existing apps will keep their current version (v6).
If you wish to upgrade an existing app to NodeJS v10, here is how to do it.


root@5vi9lw-erikhyperdev-magweb-cmbl ~ # hypernode-systemctl settings nodejs_version --value 10
Operation was successful and is being processed. Please allow a few minutes for the settings to be applied. Run 'livelog' to see the progress.

Downgrading is also possible.


root@5vi9lw-erikhyperdev-magweb-cmbl ~ # hypernode-systemctl settings nodejs_version --value 6
Operation was successful and is being processed. Please allow a few minutes for the settings to be applied. Run 'livelog' to see the progress.

This release will be rolled out to all Hypernodes in the coming week.