Hi everyone,
I just got on a project and inherited old cypress tests in version 3.2.0 (I haven't tried updating to a newer version yet) and I can't open cypress workspace. I downloaded cypress dependencies from the url provided in the error msg. Also i did npm install in the cypress folder.
this is the terminal error i get after $ npx cypress open
It looks like this is your first time using Cypress: 3.2.0
✖ Verifying Cypress can run /home/user/.cache/Cypress/3.2.0/Cypress
→ Cypress Version: 3.2.0
Cypress failed to start.
This is usually caused by a missing library or dependency.
The error below should indicate which dependency is missing.
https://on.cypress.io/required-dependencies
If you are using Docker, we provide containers with all required dependencies installed.
----------
(Cypress:170090): Pango-ERROR **: 14:49:41.550: Harfbuzz version too old (1.4.2)
----------
Platform: linux (Ubuntu Linux - 20.04)