lirantal/npq

Bug with resolving high-level versions

Opened this issue · 0 comments

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: