Package Details: lighthouse 12.8.1-1

Git Clone URL: https://aur.archlinux.org/lighthouse.git (read-only, click to copy)
Package Base: lighthouse
Description: Automated auditing, performance metrics, and best practices for the web
Upstream URL: https://github.com/GoogleChrome/lighthouse
Licenses: Apache-2.0
Submitter: tlgs
Maintainer: tlgs
Last Packager: tlgs
Votes: 1
Popularity: 0.000000
First Submitted: 2022-10-27 14:32 (UTC)
Last Updated: 2025-08-21 22:28 (UTC)

Latest Comments

Spixmaster commented on 2025-08-22 07:47 (UTC)

Thank you very much. I like to track the RSS feed for my AUR packages for new versions, e. g. https://github.com/GoogleChrome/lighthouse/tags.atom.

tlgs commented on 2025-08-21 23:10 (UTC)

Silly oversight on my part - apparently was the only notification left on my github inbox. Thanks for pointing it out!

Spixmaster commented on 2025-08-21 19:17 (UTC)

Thank you for the update. Out of curiosity, why did you not update to the recent version v12.8.1?

tlgs commented on 2025-08-21 15:51 (UTC) (edited on 2025-08-21 15:52 (UTC) by tlgs)

Thanks for the report! I have just checked a direct install (through npm install -g lighthouse) and this seems to be an issue with upstream.

I have created an issue: lighthouse#16647.

Spixmaster commented on 2025-08-18 10:51 (UTC)

The executable smokehouse does not work.

❯ smokehouse
node:internal/modules/esm/resolve:274
    throw new ERR_MODULE_NOT_FOUND(
          ^

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/usr/lib/node_modules/lighthouse/cli/test/smokehouse/test-definitions/a11y.js' imported from /usr/lib/node_modules/lighthouse/cli/test/smokehouse/core-tests.js
    at finalizeResolution (node:internal/modules/esm/resolve:274:11)
    at moduleResolve (node:internal/modules/esm/resolve:859:10)
    at defaultResolve (node:internal/modules/esm/resolve:983:11)
    at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:783:12)
    at #cachedDefaultResolve (node:internal/modules/esm/loader:707:25)
    at ModuleLoader.resolve (node:internal/modules/esm/loader:690:38)
    at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:307:38)
    at ModuleJob._link (node:internal/modules/esm/module_job:183:49) {
  code: 'ERR_MODULE_NOT_FOUND',
  url: 'file:///usr/lib/node_modules/lighthouse/cli/test/smokehouse/test-definitions/a11y.js'
}

Node.js v22.18.0