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

Unable to add plugins through the CLI #69

Open
jacrys opened this issue Nov 26, 2024 · 3 comments
Open

Unable to add plugins through the CLI #69

jacrys opened this issue Nov 26, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jacrys
Copy link

jacrys commented Nov 26, 2024

Describe the bug

When attempting to add a plugin using the CLI, the output is received :

[INFO] Adding: sed: -e expression #1, char 0: no previous regular expression

Steps to reproduce

Add a plugin using the CLI, e.g.: asdf-plugin-manager add shellcheck

Expected behavior

The plugin is added to the internal list of plugins

Screenshots

Image

Additional context

All pre-reqs are installed.
Environment:
OS: Ubuntu 24.04 noble
Kernel: x86_64 Linux 5.15.167.4
Shell: zsh 5.9
Asdf v0.14.1
Asdf-plugin-manager v1.4.0

@jacrys jacrys added the bug Something isn't working label Nov 26, 2024
@CafeLungo
Copy link

I get a different error on my system (mac os 14.7.1)

asdf-plugin-manager add helm-docs            
[INFO] Adding:   
sed: first RE may not be empty

Keep in mind, Mac OS ships their own version of sed, that has some differences from, say, ubuntu or rhel versions of sed.

@jacrys
Copy link
Author

jacrys commented Dec 12, 2024

Wow I can't believe I forgot to add that. 🤦🏻 I am running Ubuntu Noble.

@aabouzaid
Copy link
Collaborator

@jacrys @CafeLungo, thanks for reporting that 🙌

Please mention all versions (OS, asdf, asdf-plugin-manager) and the steps to reproduce the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants