Closed Karthikeyan2752 closed 4 days ago
[!IMPORTANT] This issue tracker tracks bugs with the Chrome for Testing availability dashboard and its API.
- Are you reporting a bug that reproduces in Chrome for Testing but not in Chrome? File it here: https://goo.gle/cftbug
- Are you reporting a bug in Chrome? File it here: https://crbug.com/new
I am trying to update the puppeteer from 20.9.0 to 21.5.2 for and chrome for testing to 119_0_6045_105, for the puppeteer installatio i am using this command and used node js 16.16.0 before and upgrading to 20.10.0 "$node_bin_path"/npm install puppeteer@"$puppeteer_version" --omit=dev --prefix "$node_modules_path" if remove prefix command, it is working fine, but i want the install the puppeteer in a specific directory, help me sort out the issuue, INSTALLATION LOG: `
i have tried insatalling other versions of node, the samed error is showing, and i tried with 120 stable chrome for testing version it is working fine, but the puppeteer suggest only 119 chrome version, when i install the puppeteer globally it is working fine, but showing error when we try to install it in a specific directory using --prefix. help me.