Skip to content
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

fix: Automate uninstall process #9379

Merged
merged 1 commit into from
Apr 27, 2024
Merged

Conversation

MichalBryxi
Copy link
Contributor

Description

  • Manually uninstalling packages is error prone
  • Make it so that the user can just copy&paste one command
  • Unfortunatelly pnpm will halt when it tries to remove a package that is not part of package.json, hence the one-liner shell script

Notes for the release

- Manually uninstalling packages is error prone
- Make it so that the user can just copy&paste one command
- Unfortunatelly `pnpm` will halt when it tries to remove a package that is not part of `package.json`, hence the one-liner shell script
@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ doc This PR adds/improves/or fixes documentation labels Apr 27, 2024
@runspired runspired merged commit 9a14b00 into emberjs:main Apr 27, 2024
19 of 24 checks passed
@MichalBryxi MichalBryxi deleted the patch-2 branch April 27, 2024 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ doc This PR adds/improves/or fixes documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants