Open
Description
Product
cli
Product Version
4.7.4-62fd241.0
Latest Version
- I have tested the issue with the latest version of the product
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
- Created a Directory and created a package.json using npm init -y
- Insalled axe-core/cli canary version ('npm install @axe-core/cli@next) (Installed gobally using -g and locally both)
- Package.json is showing canary version(4.7.4-62fd241.0)
- Run
axe --version
to make sure cli installed properly
Issue:
Getting 4.7.3 (Prod version)
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 |