This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
This release contains mainly some fix and code improvements
- Readme file has been updated
Improvements
- Code style improvements (e.g: remove unecessary semicolon)
Know issue
If you plan to run this script on a WSL2 environment, you'll have probably some troubles like a Failed Error: Could not find expected browser (chrome) locally. Run
npm install to download the correct Chromium revision (xxx).
error.
To fix this problem you just need to run the script under a windows powershell terminal.
Follow this issue for me information. (need to find it)