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
I get the following error when mocha is included as a dependency inside my browserstack.json:
npm ERR!
code EEXIST
npm ERR! path .\node_modules\.bin\_mocha
npm ERR!
Refusing to delete .\node_modules\.bin\_mocha: is outside .\node_modules\mocha and not a link
npm ERR! File exists: .\node_modules\.bin\_mocha
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
Problematically, the deps required for Cypress to generate reports are as follows:
I am probably going to have to remove the custom reporters on this branch for now just to get BrowserStack running the tests, would be good if someone knows a workaround or fix for this.
The text was updated successfully, but these errors were encountered:
Hello there,
I get the following error when mocha is included as a dependency inside my
browserstack.json
:Problematically, the deps required for Cypress to generate reports are as follows:
I am probably going to have to remove the custom reporters on this branch for now just to get BrowserStack running the tests, would be good if someone knows a workaround or fix for this.
The text was updated successfully, but these errors were encountered: