We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to launch the demo but I always get this error: Error: Cannot find module 'lighthouse/lighthouse-cli/chrome-launcher.js'
I have also tried a npm install chrome-launcher but that does not help.
npm install chrome-launcher
I am on node 8.10.0
Thank you for providing this tool!
The text was updated successfully, but these errors were encountered:
Same, I'm seeing this after npm run demo.
npm run demo
git clone [email protected]:thearegee/lighthouse-cron.git cd lighthouse-cron npm install npm run demo
And here are my versions:
{ 'lighthouse-cron': '1.0.4', npm: '6.5.0', ares: '1.15.0', cldr: '34.0', http_parser: '2.8.0', icu: '63.1', llhttp: '1.0.1', modules: '67', napi: '3', nghttp2: '1.34.0', node: '11.4.0', openssl: '1.1.0j', tz: '2018e', unicode: '11.0', uv: '1.24.0', v8: '7.0.276.38-node.13', zlib: '1.2.11' }
Sorry, something went wrong.
Same faced this issue. due to lighthouse breaking changes. have to change this source.
No branches or pull requests
Hi,
I am trying to launch the demo but I always get this error:
Error: Cannot find module 'lighthouse/lighthouse-cli/chrome-launcher.js'
I have also tried a
npm install chrome-launcher
but that does not help.I am on node 8.10.0
Thank you for providing this tool!
The text was updated successfully, but these errors were encountered: