You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where this._preferredRevision comes from the package.json file in node_modules/puppeteer-core/package.json puppeteer.chrome_revision property.
The internal logic of BrowserFetcher then does a join on the metadata to construct the path of the form - ${base}${os}-${revision} where base is node_modules/puppeteer/.local-chromium. Simply emitting this folder would be sufficient for support.
The text was updated successfully, but these errors were encountered:
This would need to be supported as its own emission case, inlining the logic from
lib/Launcher.js
:where
this._preferredRevision
comes from the package.json file innode_modules/puppeteer-core/package.json
puppeteer.chrome_revision property.The internal logic of
BrowserFetcher
then does a join on the metadata to construct the path of the form -${base}${os}-${revision}
wherebase
isnode_modules/puppeteer/.local-chromium
. Simply emitting this folder would be sufficient for support.The text was updated successfully, but these errors were encountered: