~ 1 min

Cypress - Library not loaded: '@rpath/Electron'

How to fix Cypress error: Library not loaded: '@rpath/Electron Framework.framework/Electron Framework'

Cypress: library not loaded: ‘@rpath/Electron Framework.framework/Electron Framework’ - How to fix it?

This happened to me after update Cypress to 10.6. You should remove Cypress cache folder and reinstall Cypress.

rm -rf /Users/nikolay/Library/Caches/Cypress/

and try npm install again.