question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Chromium revision is not downloaded

See original GitHub issue

I just came across this package and decided to give it a go. Seems like there is an issue following the bump of Puppeteer in adblocker@1.4.0. Reproduction steps on macOS (Node 12):

npm install urlint -g

/usr/local/bin/urlint -> /usr/local/lib/node_modules/urlint/bin/cli/index.js
npm WARN @cliqz/adblocker-puppeteer@1.4.0 requires a peer of puppeteer@^2.0.0 but none is installed. You must install peer dependencies yourself.

+ urlint@1.8.5
urlint example.com
42.4s ⠹  ← timer keeps ticking forever

ctrl+c ↓

Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
    at Launcher.launch (/usr/local/lib/node_modules/urlint/node_modules/puppeteer-core/lib/Launcher.js:119:15)
    at async pRetry.onFailedAttempt.debug.attemptNumber (/usr/local/lib/node_modules/urlint/node_modules/browserless/src/index.js:35:26)
    at async RetryOperation._fn (/usr/local/lib/node_modules/urlint/node_modules/p-retry/index.js:41:12)
Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
    at Launcher.launch (/usr/local/lib/node_modules/urlint/node_modules/puppeteer-core/lib/Launcher.js:119:15)
    at async pRetry.onFailedAttempt.debug.attemptNumber (/usr/local/lib/node_modules/urlint/node_modules/browserless/src/index.js:35:26)
    at async RetryOperation._fn (/usr/local/lib/node_modules/urlint/node_modules/p-retry/index.js:41:12)
Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
    at Launcher.launch (/usr/local/lib/node_modules/urlint/node_modules/puppeteer-core/lib/Launcher.js:119:15)
    at async pRetry.onFailedAttempt.debug.attemptNumber (/usr/local/lib/node_modules/urlint/node_modules/browserless/src/index.js:35:26)
    at async RetryOperation._fn (/usr/local/lib/node_modules/urlint/node_modules/p-retry/index.js:41:12)
Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
    at Launcher.launch (/usr/local/lib/node_modules/urlint/node_modules/puppeteer-core/lib/Launcher.js:119:15)
    at async pRetry.onFailedAttempt.debug.attemptNumber (/usr/local/lib/node_modules/urlint/node_modules/browserless/src/index.js:35:26)
    at async RetryOperation._fn (/usr/local/lib/node_modules/urlint/node_modules/p-retry/index.js:41:12)
Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
    at Launcher.launch (/usr/local/lib/node_modules/urlint/node_modules/puppeteer-core/lib/Launcher.js:119:15)
    at async pRetry.onFailedAttempt.debug.attemptNumber (/usr/local/lib/node_modules/urlint/node_modules/browserless/src/index.js:35:26)
    at async RetryOperation._fn (/usr/local/lib/node_modules/urlint/node_modules/p-retry/index.js:41:12)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kachkaevcommented, Dec 12, 2019

Looks interesting and the website is neat. I might urlint for one side project in CI/CD 😉

Thanks for your work!

0reactions
Kikobeatscommented, Dec 12, 2019

Awesome! What do you think about the project?

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - Puppeteer Error: Chromium revision is not downloaded
I only managed to fix the issue by manually installing Chromium after much searching and trying most of the suggestions:
Read more >
Error: Chromium revision is not downloaded. Run ... - GitHub
Chromium is installed (version 79.0.3945.130) and I see the version number (though it's a different number with no decimal points) in the Node ......
Read more >
A critical error: Chromium revision is not downloaded.
The work I'm doing is on a new MacBook Pro. In setting up the machine, I'd installed all the various dev tools I...
Read more >
How to find the right CHROMIUM_REVISION value for a given ...
$ export NODE_CHROMIUM_REVISION=729994 · Step 1. Retrieving Chromium revision number Step 2. Downloading Chromium revision 72999 Downloading ...
Read more >
puppeteer-chromium-resolver - npm package - Snyk
Tool to resolve puppeteer and chromium faster, detect local installed chromium, download chromium with custom mirror host, cache chromium revision out of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found