I have developed a node.js program using the express framework on my computer, where it runs fine with no complaints.
However, when I run the program on my SUSE Stud
Here the code to use your app.js
input specifies file name
res.download(__dirname+'/'+input);