1.1.2 • Published 3 years ago

install-chrome-dependencies v1.1.2

Weekly downloads
497
License
LGPL-3.0-or-later
Repository
gitlab
Last release
3 years ago

Install Chrome Dependencies

Install Chrome dependencies using a one liner

This is a simple script that installs dependencies for running Chrome / Chromium. This is useful when running Chrome in a CI environment, for Example when using Puppeteer or Lighthouse.

Installation

npm install --save-dev install-chrome-dependencies

Usage

npx install-chrome-dependencies

It’s recommended to use Debian based Docker images, such as node:16-slim.

For Debian based images, all required dependencies are installed to run Chrome inside the Docker image.

For Alpine based images, chromium is installed. To use this with puppeteer, use the following environment variable.

PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago