Please give me step by step guide because we are using html-pdf and in local its running fine but in azure function app its giving this issue and also we are used the puppeteer but its also gives the issue
Error: ERROR: Failed to set up Chrome v124.0.6367.207! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download.
at file:///C:/home/site/wwwroot/node_modules/puppeteer/lib/esm/puppeteer/node/install.js:58:23
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 0)
at async downloadBrowser (file:///C:/home/site/wwwroot/node_modules/puppeteer/lib/esm/puppeteer/node/install.js:90:9) {
[cause]: [Error: ENOENT: no such file or directory, open 'C:\home\site\wwwroot.cache\puppeteer\chrome\124.0.6367.207-chrome-win32.zip'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\home\site\wwwroot\.cache\puppeteer\chrome\124.0.6367.207-chrome-win32.zip'
}
}