ErrorPossible ReasonSolution

Some Platform services cannot start and throw errors like e.g.

[2018-10-22 09:20:45 +0200] C:\E2E_BRIDGE_DATA\nodejs_user-service\repository\util\Tools.js:27
[2018-10-22 09:20:45 +0200] module.exports.getDefaultQueryParams = function getDefaultQueryParams(obj = {}) {
[2018-10-22 09:20:45 +0200]                                                                           ^
[2018-10-22 09:20:45 +0200] 
[2018-10-22 09:20:45 +0200] SyntaxError: Unexpected token =
[2018-10-22 09:20:45 +0200]     at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:373:25)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (C:\E2E_BRIDGE_DATA\nodejs_user-service\repository\util\RBACInitializer.js:6:13)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
You are trying to to run the Platform Services with an outdated Node.js version.Update the Node.js version on the system the Platform Services are running on to match the requirements mentioned on Platform Services Installation Guide > Prerequisites.