aurora-opensource / xviz

A protocol for real-time transfer and visualization of autonomy data
http://xviz.io
Apache License 2.0
1.02k stars 229 forks source link

yarn bootstrap fail due to PUPPETEER_SKIP_CHROMIUM_DOWNLOAD #729

Open ekurtgl opened 1 year ago

ekurtgl commented 1 year ago

I run into the following issue in Windows while running yarn bootstrap:

C:\Users\RadarLab\PycharmProjects\NXP\avs-project\xviz>yarn bootstrap yarn run v1.22.19 $ PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap 'PUPPETEER_SKIP_CHROMIUM_DOWNLOAD' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

image

I set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true and PUPPETEER_EXECUTABLE_PATH=C:\Program Files (x86)\Google\Chrome\Application\chrome.exe in System Variables, but no luck.

Any ideas what might be causing this or how to resolve? Thanks.