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
### <Iconname="exclamation-triangle"color="red"></Icon> The Cypress App could not be unzipped. This is most likely because the maximum path length is being exceeded on your system.
739
+
740
+
When Cypress is installed, it unzips to the designated cache location on your
741
+
computer. This error means that Cypress detected that it has exceeded the
742
+
maximum path length while unzipping Cypress.
743
+
744
+
This is common on Windows, where the maximum path length used to be 260
745
+
characters.
746
+
747
+
To fix this error, enable "long paths" on your Windows system:
748
+
749
+
1. Go to the Start Menu, and right click on PowerShell. Select "Run as
0 commit comments