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
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
The text was updated successfully, but these errors were encountered:
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 andaxe --version
should get the same version numberActual
axe --version
is giving 4.7.3 and working for Prod onlyHow to Reproduce
axe --version
to make sure cli installed properlyIssue:
Getting 4.7.3 (Prod version)
Environment:
The text was updated successfully, but these errors were encountered: