Tag Archives: surprise

[Solved] WSL error: wslregisterdistribution failed with error: 0x800701bc

1. Introduction

For the new computer, WSL has installed Ubuntu. When entering Ubuntu, an error occurs

WslRegisterDistribution failed with error: 0x800701bc

2. Solution

This is because the wsl2 kernel is not updated

Enter the administrator permission command line, WSL — update

wsl --update
Checking for updates...
Downloading updates...
Installing the update...
This change will take effect the next time WSL is fully rebooted. To force a reboot, run "wsl --shutdown".
Kernel version: 5.10.60.1

Then force restart

wsl --shutdown

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 [email protected]

> [email protected] 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