Javascript Axios Response.data.pipe não uma função
const { data } = await axios.get(url, { responseType: "stream" });
data.pipe(fs.createWriteStream("sample.jpg"));
SAMER SAEID