Merge pull request #508 from getmaxun/chromium-install
fix: chromium installation for local setup
This commit is contained in:
@@ -64,9 +64,8 @@ npm install
|
||||
# get back to the root directory
|
||||
cd ..
|
||||
|
||||
# make sure playwright is properly initialized
|
||||
npx playwright install
|
||||
npx playwright install-deps
|
||||
# install chromium and its dependencies
|
||||
npx playwright install --with-deps chromium
|
||||
|
||||
# get back to the root directory
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user