-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: CLI-getting "axe: command not found " even after successfully installed CLI #852
Comments
We are still seeing this bug with the recent 4.8.0 release as of three hours ago. Do we need another release with this fix? |
You can see on https://www.npmjs.com/package/@axe-core/cli?activeTab=code that the dist directory is still missing. I think this issue needs to be re-opened. |
I can also validate that https://registry.npmjs.org/@axe-core/cli/-/cli-4.8.0.tgz is missing the |
Just confirming that we agree this affects 4.8.0 - we've begun a new release process for a v4.8.1 which will contain the fix for this, and we'll be investigating how to avoid this mismatch of which version gets QA tested vs released to prevent issues from accidentally escaping to production like this in the future. |
Clarification for QA: the fix for this is already merged in #851, which would normally mean we'd have closed this issue. I'm leaving it open for the purposes of users being able to track the outage in the published version. We can close this once we've verified that |
We have a similar ticket for windows , but when we set the PATH in |
4.8.1 has been released. Verified that it fixes the issue: > npx -y @axe-core/cli@4.8.1 --version
4.8.1 |
Product
cli
Product Version
4.7.4-f03670b.0
Latest Version
Issue Description
Expectation
After @axe-core/cli installed successfully,
axe --help
oraxe with url
should give respective outputActual
How to Reproduce
npm init -y
-g
and locally both)axe --version
to make sure correct canary is installedIssue: its giving
Additional context
Tried in Windows and MAC both , issue is there on both OS
Environment:
The text was updated successfully, but these errors were encountered: