dtolstyi / node-chromium

Node.js package that downloads and provides Chromium for your project
101 stars 33 forks source link

Cannot install a concrete revision of chromium browser using environment variable NODE_CHROMIUM_REVISION #54

Open ngoc308 opened 2 years ago

ngoc308 commented 2 years ago

I am using docker based image centos7, try to install chromium browser with a concrete revision with the following commands:

RUN export NODE_CHROMIUM_REVISION=856583 RUN yum install -y chromium

However, the lastest version of chromium is always installed instead of a expected one. Could anyone help me on this issue?

karthik-varma-hh commented 3 months ago

Sam here. Anyone had any luck?