Why can't I send the response status inside a spawn answer? – Debian
In my node Api I use the following function for a specific endpoint in order to create a PDF and return its name: exports.findOne = (req, res) => { . . . const { spawn } = require('child_process'); const ls…