Skip to content
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

Compatibility with Lighthouse 11 #405

Open
pwppg opened this issue Sep 22, 2023 · 0 comments
Open

Compatibility with Lighthouse 11 #405

pwppg opened this issue Sep 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pwppg
Copy link

pwppg commented Sep 22, 2023

Version 11 of Lighthouse is available - "node": ">=18.16"

Unfortunately current publisher ads plugin is not compatible with this version of Lighthouse. Tested on 1.5.7-beta

Runtime error encountered: Cannot find module '/usr/lib/node_modules/lighthouse-plugin-publisher-ads/node_modules/lighthouse/core/lib/i18n/i18n.js' imported from /usr/lib/node_modules/lighthouse-plugin-publisher-ads/plugin.js
Did you mean to import lighthouse/core/lib/i18n/i18n.js?
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/usr/lib/node_modules/lighthouse-plugin-publisher-ads/node_modules/lighthouse/core/lib/i18n/i18n.js' imported from /usr/lib/node_modules/lighthouse-plugin-publisher-ads/plugin.js
Did you mean to import lighthouse/core/lib/i18n/i18n.js?
    at new NodeError (node:internal/errors:405:5)
    at finalizeResolution (node:internal/modules/esm/resolve:324:11)
    at moduleResolve (node:internal/modules/esm/resolve:943:10)
    at defaultResolve (node:internal/modules/esm/resolve:1129:11)
    at nextResolve (node:internal/modules/esm/loader:163:28)
    at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)
    at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
    at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:77:40)
    at link (node:internal/modules/esm/module_job:76:36)

It looks like publisher-ads-lighthouse-plugin is kind of dead - no new releases since Jun 2022. In past year we had 3 major lighthouse versions (9 -> 11). Can you share your plans for the future?

@pwppg pwppg added the bug Something isn't working label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant