Puppeteer Error: Chromium revision is not downloaded. Run “npm install“ or “yarn install“

1. Introduction

Running after local installation, it is found that chromium has not been downloaded

2. Solution

Look at the information carefully

npm install puppeteer@10.1.0

> puppeteer@10.1.0 install D:\workspace\team\takewalk\TakeWalks-FrontEnd\node_modules\puppeteer
> node install.js

**INFO** Skipping browser download. "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" environment variable was found.

The environment variable has been set before. You can delete it

Read More: