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

Bug with resolving high-level versions #310

Open
lirantal opened this issue May 30, 2024 · 0 comments
Open

Bug with resolving high-level versions #310

lirantal opened this issue May 30, 2024 · 0 comments
Labels

Comments

@lirantal
Copy link
Owner

Install a package like: npm install @astrojs/vue@3

Expected Behavior

npq automatically matches the latest semver based on 3 for this package

Current Behavior

Incorrectly using the 3 version for the semver dist-tags and then failing to capture it:

Detected possible issues with the following packages:
  [@astrojs/vue@3]
    - Unable to verify provenance: the package was published without any attestations.
    - could not find dist-tag 3 for package @astrojs/vue
    - could not find dist-tag 3 for package @astrojs/vue

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, Node.js 5.4):
  • Operating System and version (desktop or mobile):
  • Link to your project:
@lirantal lirantal added the bug label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant