Skip to content

Running npx hint https://example.com on Windows fails with: No installation found for: "Any supported browsers" #6011

@loadingscreen78

Description

@loadingscreen78

🐛 Bug report

Description

Running npx hint https://example.com on Windows fails with:

This happens even though Microsoft Edge (Chromium) or Chrome is installed and working.
It seems like the browser detection logic does not look in per-user install paths (e.g. %LOCALAPPDATA%) and only checks system-wide installs.
Installing Chrome system-wide makes the issue disappear, which supports this theory.

Environment

  • webhint version: npx hint --version → e.g. 7.x.x
  • Browser version:
    • Microsoft Edge (Chromium) ~139, installed per-user (not system-wide)
    • Google Chrome ~128, installed per-user
  • URL for which webhint failed: Any public URL, e.g. https://example.com

webhint configuration

webhint’s configuration Ignored resources: * [x] None * [ ] Different origin * [ ] Custom:

Debug output

webhint’s Error details ```text No installation found for: "Any supported browsers"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions