I am using node-fluent-ffmpeg in my backend, but I cannot configure it correctly. I installed PATHS as it instructed:
process.env['FFMPEG_PATH'] = '/var/task/node_modules/fluent-ffmpeg/node_modules/ffmpeg';
process.env['FFPROBE_PATH'] = '/var/task/node_modules/fluent-ffmpeg/node_modules/ffprobe';
But now he throws this error:

What does it mean? I read that this is due to file permissions, but I don’t understand what file it is talking about.
source
share