Giter Site home page Giter Site logo

Comments (5)

jasonwilliams avatar jasonwilliams commented on September 24, 2024 3

Managed to fix it.
It was this issue, #6 (comment)

Might be still worth keeping this issue open though, as i still get

which: no chromium-browser in (/sbin:/bin:/usr/sbin:/usr/bin)
which: no chromium in (/sbin:/bin:/usr/sbin:/usr/bin)

from chrome-launcher.

jasonwilliams avatar jasonwilliams commented on September 24, 2024

If it helps my google chrome installation step was...

# Install Google Chrome
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
RUN yum install ./google-chrome-stable_current_*.rpm -y
RUN rm google-chrome-stable_current_*.rpm

(taken from https://www.cyberciti.biz/faq/howto-install-google-chrome-on-redhat-rhel-fedora-centos-linux/)
I've set CHROME_PATH=/usr/bin/google-chrome

And then i followed https://github.com/GoogleChrome/lighthouse/blob/master/docs/readme.md#using-programmatically

from chrome-launcher.

paulirish avatar paulirish commented on September 24, 2024

@Jayflux got a dockerfile or image recommendation that I can use to reproduce this centos setup?

from chrome-launcher.

jasonwilliams avatar jasonwilliams commented on September 24, 2024

Hey @paulirish
I've created a testcase project for you all to try out.
https://github.com/Jayflux/lighthouse-testcase

This should help you with reproducing and debugging the issue

from chrome-launcher.

mariusJar avatar mariusJar commented on September 24, 2024

Also had
which: no chromium-browser in (/sbin:/bin:/usr/sbin:/usr/bin)
which: no chromium in (/sbin:/bin:/usr/sbin:/usr/bin)

"sudo yum install -y chromium" helped for me

from chrome-launcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.