-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
PackageJsonSynchronizer is not fail safe #1015
Comments
I think I have a similar issue but when running |
Hi nicolas, I'm a newcomer and I encountered the same issue as you did. Could you please elaborate on how to fix this issue? |
The other day, I ran
composer require webapp
on a skeleton app during a workshop and this failed like that:Either we had bad network or jsdelivr was having troubles, but this means installing a webapp pack is not failsafe: if an error occurs in the middle of installing recipes, the app ends up in a f*cked up state. I ran
recipes:install
and that fixed the last recipes but I don't expect newcomers to know how to overcome this issue.But I think
PackageJsonSynchronizer
shouldn't do that in the first place.Instead, it should delegate doing anything with the network to a later state - e.g. when cache:clear is ran.
That's my current understanding of the issue and at this stage this might be enough for @weaverryan to follow up? 👼 🙏 💪
The text was updated successfully, but these errors were encountered: