Expected behaviour
Running highcharts-export-server should start the server.
Actual behaviour
The command (with and without options) throws "SyntaxError: Unexpected token ..."

Reproduction steps
NOTE: In our scenario, these versions are determined and installed via Docker using epel-release-latest-7.
- Install nodejs-6.17.1
- Install npm-3.10.10
- Install highcharts-export-server with
npm install highcharts-export-server -g
- Run with
highcharts-export-server
On systems with other nodejs and npm versions, this error does not appear.