Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 971 Bytes

issues.md

File metadata and controls

22 lines (18 loc) · 971 Bytes

Troubleshooting

If you don't see your issue listed below, please check our Issues page.

If you still don't see your issue listed, please create a new issue with the following information:

  1. Steps to replicate the issue
  2. Any helpful screenshots (particularly if there are error messages)
  3. Platform (Windows? Mac? Linux? What version?)
  4. node version (run node -v in your CLI to check)
  5. npm version (run npm -v in your CLI to check)

Known issues

Could not find browser revision 818858

Error: (node:31888) UnhandledPromiseRejectionWarning: Error: Could not find browser revision 818858. 
Run "PUPPETEER_PRODUCT=firefox npm install" or "PUPPETEER_PRODUCT=firefox yarn install" to download a supported Firefox browser binary.

To resolve this, issue the following command from inside the get-my-ps5 directory:

npm i puppeteer