We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598bfd2 commit 11ae745Copy full SHA for 11ae745
install/changedetection-install.sh
@@ -63,6 +63,7 @@ mkdir /opt/browserless
63
$STD python3 -m pip install playwright
64
$STD git clone https://github.com/browserless/chrome /opt/browserless
65
$STD npm install --prefix /opt/browserless --include=dev
66
+$STD npm install --prefix /opt/browserless typescript ts-node @types/node --save-dev
67
$STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps &>/dev/null
68
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome &>/dev/null
69
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit &>/dev/null
0 commit comments