-
Notifications
You must be signed in to change notification settings - Fork 53
Cypress 4.x Upgrade Instructions
dczulada edited this page Mar 9, 2020
·
7 revisions
Follow the Cypress V4 Install Instructions if you do not already have a running version of Cypress v4.0.x.
Connect to your machine running cypress and run the following command:
curl https://raw.githubusercontent.com/projectcypress/cypress/master/contrib/upgrade_cypress_40.sh | sudo bash
- If the command seems hung, double check that it is not just waiting for your password. If you see
[sudo] password for username:
then type your password and hit enter and it will begin executing the updater.