cypressを起動しようとしたところタイトルのエラーが発生しました
No version of Cypress is installed in: /Users/masahirookubo/Library/Caches/Cypress/8.7.0/Cypress.app
Please reinstall Cypress by running: cypress install
----------
Cypress executable not found at: /Users/masahirookubo/Library/Caches/Cypress/8.7.0/Cypress.app/Contents/MacOS/Cypress
----------
Platform: darwin (20.6.0)
Cypress Version: 8.7.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarnでcypressを強制installすることで対応しました🙌
yarn run cypress install --force
コメントを残す