-
Notifications
You must be signed in to change notification settings - Fork 346
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
Module not found: Error: Can't resolve 'https-proxy-agent' #1478
Comments
|
Please contact your mentor, thank you very much. |
@huan I suppose this CICD bug is due to the recent modification in wechaty.js.org. Shouldn't I contact the managers of this repo? |
Ok, If you believe you ran into CI/CD bug, you can post the problem after you confirm it by following the below steps:
Please feel free to let me know if you have more questions. |
Got it, thanks |
@huan I replicated the bug in my local environment. The issue is that the main branch lack the following 3 packages:
I installed it in my branch and it now passed the CI/CD. However, I suppose others will face the same issue so the dependency issue needs to be fixed. |
This is my final branch which passed the test. |
Great to know you have figured the problem out and have a fix for it! Please update your PR so that it can make your PR pass the tests, then you will be able to move forward wth your mentors. |
@huan Thanks a lot for your comments and suggestions! There's still one remaining question: Will this dependency issue be solved after my PR is merged into the main branch? Or should others solve this issue again? |
I'm not sure where this problem comes in because our main branch was good before, but it seems that it fails too right now. I think we can merge the new dependencies if those are the only changes to fix it. |
OK, , please notify me if my PR is merged or if other related patch is merged by you. I will also be aware of this fix too. |
@KevinTung Please help us to close this issue if it has been solved, thank you very much! |
My CICD Building phase failed with the following error:
I checked StackOverflow and it seems to be the network error
The text was updated successfully, but these errors were encountered: