.on method is not working in the request :( !!!!!!!!!! `const _progress = progress(_request) .on('progress', (stats) => {}) .on('error', (err) => {}) .on('end', () => {}) .pipe(fs.createWriteStream(filePath));`