You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: