Skip to content

fix: install errors due to prior backstage instance #39

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

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

awsjim
Copy link
Contributor

@awsjim awsjim commented Oct 4, 2023

Description of changes:
When performing a second reinstallation, two issues may occur

  • the backstage install may have already had changes applied to it
  • npm dependencies are already downloaded and may be "stale" triggering installation issues

These issues are addressed by performing a 'clean' to remove stale dependencies and ensuring that the latest dependencies are installs as well as gracefully handling application of the backstage diff.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@acwatson acwatson merged commit 0299e5e into main Oct 4, 2023
@acwatson acwatson deleted the reinstall_errors branch October 4, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants