markdown-preview-enhanced
markdown-preview-enhanced copied to clipboard
Archlinux can't use puppeteer: Chromium revision is not downloaded
- vscode version: 1.47.1
- arch version: 5.7.9.1 MANJARO
- chromium 84.0.4147.89 Arch Linux
when i use puppeteer(chrome) to generate either pdf or png, it shows Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
I tryed sudo npm install -g puppeteer
, it doesn't work
I'm having the same problem. Installing chromium globally with npm or pacman doesen't work either
As of 2nd March 2022 , Me either have the same problem.
npm install --save chromium
hasn't work.
Hi,
I fixed it by setting markdown-preview-enhanced.chromePath
to chromium
which I installed from arch repository.
akaessens solution worked for me as well.