-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fixes bug with the latest version of the mkdirp #1894
base: master
Are you sure you want to change the base?
Conversation
…dirp library that contains breaking changes when generating a local iOS container.
@friederbluemle, @belemaire, @Karthiccc23, can you guys please take a look at this PR when you have a chance. It seems to be currently impacting all iOS container generation. |
Hi! this is preventing my team from getting started with electrode-native. Any thoughts of fixing/releasing? |
Our team is running the dev version with the fixes I proposed. You can check this document out on how to run it in dev: You can manually add the changes from this PR to your dev version until someone from the Electrode team has time to check this PR out. |
Hi @fhkarczeski - Thanks a lot for the detailed analysis and the PR! As a side note (not related to ERN): |
Hello @friederbluemle! I just ran some tests and you are correct, it seems that the latest version of I agree with you that that this change was a little reckless on their part, and probably part of the reason why it was already addressed, but I also think it is possible to see other breaking changes in the future, since the version in our Anyways, I haven't spent the time investigating how much impact If you have ideas on how to improve and/or simplify this section of the code I would be interested in hearing! |
Resolves the issue introduced by mkdirp v3.0.0 described here.