markdown-preview-enhanced icon indicating copy to clipboard operation
markdown-preview-enhanced copied to clipboard

Archlinux can't use puppeteer: Chromium revision is not downloaded

Open NIL-zhuang opened this issue 4 years ago • 3 comments

  • 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

NIL-zhuang avatar Aug 02 '20 01:08 NIL-zhuang

I'm having the same problem. Installing chromium globally with npm or pacman doesen't work either

Alfiefe10 avatar Feb 17 '22 16:02 Alfiefe10

As of 2nd March 2022 , Me either have the same problem.

npm install --save chromium hasn't work.

g-cyan avatar Mar 02 '22 09:03 g-cyan

Hi,

I fixed it by setting markdown-preview-enhanced.chromePath to chromium which I installed from arch repository.

akaessens avatar May 01 '22 08:05 akaessens

akaessens solution worked for me as well.

willov avatar Oct 14 '22 13:10 willov