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

asdf shim-versions node still listing lts #360

Open
jeremiah-snee-openx opened this issue Jul 18, 2023 · 1 comment
Open

asdf shim-versions node still listing lts #360

jeremiah-snee-openx opened this issue Jul 18, 2023 · 1 comment

Comments

@jeremiah-snee-openx
Copy link

Seems like the plugin still has some shim references to LTS alias shims. Not sure if there should be some clean up on plugin update or install check for invalid legacy configs or doing clean up if env var not explicitly set.

Screenshot 2023-07-18 at 2 48 21 PM
@jeremiah-snee-openx
Copy link
Author

jeremiah-snee-openx commented Jul 18, 2023

All node related shims (node,npm, yarn, nx) just need comments removed.
# asdf-plugin: nodejs lts

Could do a check a check like grep -rnw ${asdf_data_dir}'/shims' -e '# asdf-plugin: nodejs lts'

or run sed -i '' '/asdf-plugin: nodejs lts/d' $asdf_data_dir'/shims/*'

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

No branches or pull requests

1 participant