Skip to content

fix(clib-install): check if version was specified when installing. #334

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
Mar 30, 2025

Conversation

diasbruno
Copy link
Member

@diasbruno diasbruno commented Mar 28, 2025

the names was used when writing the dependencies which causes this

$ clib install [email protected]

is written on json as

"[email protected]": "0.1.0"

Closes #330

@diasbruno diasbruno force-pushed the fixed-dependency-name branch from d6025f5 to bae47b1 Compare March 28, 2025 21:45
@diasbruno diasbruno changed the title fix(clib-install): check if version was specified when installing. WIP: fix(clib-install): check if version was specified when installing. Mar 28, 2025
the names was used when writing the dependencies which causes this

$ clib install [email protected]

is written on json as

"[email protected]": "0.1.0"
@diasbruno diasbruno force-pushed the fixed-dependency-name branch from bae47b1 to 7ba290d Compare March 29, 2025 00:00
@diasbruno diasbruno changed the title WIP: fix(clib-install): check if version was specified when installing. fix(clib-install): check if version was specified when installing. Mar 29, 2025
@jwerle jwerle added the bug label Mar 30, 2025
@diasbruno diasbruno merged commit 6d96e53 into clibs:master Mar 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong dependency name when installing with specific version
2 participants