Replies: 4 comments
-
I also have the similar error Title: Error running plugin Message: The following error was thrown by a plugin. We stopped running your tests because a plugin crashed. Please check your plugins file ( Stack trace:
OS - MacOS Big Sur Version 116 |
Beta Was this translation helpful? Give feedback.
-
Hi @mrbusche, I solved this problem by using the different node version. try the following version nvm use 14.18.1 - it works for me |
Beta Was this translation helpful? Give feedback.
-
Related issue: #18914 |
Beta Was this translation helpful? Give feedback.
-
Closing because #18914 is similar |
Beta Was this translation helpful? Give feedback.
-
I have a Windows 11 PC and used scoop to install node. Using cypress 9.0.0 I receive the following error.
The following error was thrown by a plugin. We stopped running your tests because a plugin crashed.
Using version 8.7.0, everything works fine. Running
node -v
returnsv17.1.0
.Looking at the breaking changes for
v9.0.0
node -v
returnsv17.1.0
Cypress.config
will throw an error; Using default configurationcy.contains
; tests haven't kicked off yetCypress.Commands.add()
; not using thatv.17.1.0
Cypress runs fine with
v9.0.0
using Github actions with Ubuntu 20.04Happy to provide more debug details if anyone has any idea what could be wrong.
My repository is https://github.com/mrbusche/cottage-checker
Beta Was this translation helpful? Give feedback.
All reactions