You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Install a package like:
npm install @astrojs/vue@3
Expected Behavior
npq automatically matches the latest semver based on
3
for this packageCurrent Behavior
Incorrectly using the
3
version for the semver dist-tags and then failing to capture it:Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: