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 NPM Completion Conflict and Add Support for pnpm/yarn Dependency Removal #8

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

T1t4m1un
Copy link

@T1t4m1un T1t4m1un commented Dec 9, 2024

  • NPM Completion Conflict: The official npm completion from NPM generates completion settings in ~/.zshrc, which conflicts with this plugin. Since it already supports completion for uninstall , there is no need to duplicate this functionality to avoid conflicts.

  • Support for pnpm/yarn: The generated completions for pnpm and yarn previously did not support completing run script and remove dependency. This PR adds support for remove completion, improving the user experience for these package managers.

T1t4m1un and others added 3 commits December 10, 2024 00:26
Modified existing logic to include completion support for remove/uninstall commands in npm, yarn, and pnpm.
Resolved a bug in the dependency handling logic.

refactor: remove redundant npm completion registration
fix: resolve bug in dependency handling
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.

1 participant