-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module '../build/safe-execute' #570
Comments
I somehow got this error in a project and I can't find a way to solve it yet. A fresh checkout and npm install still produces the error, and if I inspect the |
@admc it appears that npm no longer builds the necessary scripts on post-install, can these just be built as part of the publishing process? I can't get any of the tools built with wd to function without hacks/workarounds. |
This issue has been a problem for our teams as well. As a temporary workaround, we added |
@jepstein-eagle Great work, thanks for sharing! @admc I feel that pain. Would you recommend those of us still using |
Hi everyone, I used to help maintain this project, but unfortunately haven't had time to keep it up to date on top of regular Appium maintenance. I definitely recommend wdio as a substitute. It's very well maintained and full featured. I've been using it for all my new projects for quite some time. |
@jlipps Thanks for the honesty and recommendation. Do you know of or have any recommendations on a guide/steps to migrate from |
@christian-bromann do you know of any guide like this? |
mhm 🤔 not really. We have written codemods to help Protractor users to migrate to WebdriverIO. Given that @joshuapinter unfortunately I can't give you an easy solution here other than rewriting. I am happy to help in the process. Join our community channel if you have questions or come across any issues. |
@christian-bromann @jlipps Thanks for the tips, gents. We'll make the move at some point and ask any questions in the community channel. Cheers! 🍻 |
Yarn install --force worked for me |
I get this error when I try to run screenshot tests in my project. I think error is appears after switching between branches. Here closed issue #466, but I don't understand why it closed. It's really frustrating
The text was updated successfully, but these errors were encountered: