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

Wrong dependency name when installing with specific version #330

Closed
diasbruno opened this issue Mar 25, 2025 · 0 comments · Fixed by #334
Closed

Wrong dependency name when installing with specific version #330

diasbruno opened this issue Mar 25, 2025 · 0 comments · Fixed by #334
Assignees
Labels

Comments

@diasbruno
Copy link
Member

When installing a dependency with specific version causes the version to be written on the package name.

clib install [email protected]

Causes

{
  "dependencies": {
      "[email protected]": "0.1.0"
  }
}

clib --version
2.8.7

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 a pull request may close this issue.

2 participants