dequelabs / axe-core-npm

Mozilla Public License 2.0
612 stars 68 forks source link

BUG: CLI getting installed with canary version but showing and working for Prod version(4.7.3) #857

Open padmavemulapati opened 1 year ago

padmavemulapati commented 1 year ago

Product

cli

Product Version

4.7.4-62fd241.0

Latest Version

Issue Description

Expectation

Installed canary version for axe-core/cli (4.7.4-62fd241.0) using npm install @axe-core/cli@next so that it should work for latest changes and axe --version should get the same version number

Actual

axe --version is giving 4.7.3 and working for Prod only

How to Reproduce

  1. Created a Directory and created a package.json using npm init -y
  2. Insalled axe-core/cli canary version ('npm install @axe-core/cli@next) (Installed gobally using -g and locally both)
  3. Package.json is showing canary version(4.7.4-62fd241.0)
  4. Run axe --version to make sure cli installed properly

Issue: Getting 4.7.3 (Prod version)

image

Environment:

Label Value
Product axe-core-npm
Version 4.7.4-62fd241.0
OS-Details MAC- Intel Core i7 - 11.6.8 & Windows11
VSCode Editor 1.82.2
padmavemulapati commented 1 year ago

Regression done for CLI, it is showing version missmatch(4.7.3) but working for the canary version only(4.7.4-62fd241.0).

So lowering the priority as this is not blocking the release.