Error: Chromium revision is not downloaded
See original GitHub issueI 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks interesting and the website is neat. I might urlint for one side project in CI/CD 😉
Thanks for your work!
Awesome! What do you think about the project?