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 1a38df4 commit 598bfd2Copy full SHA for 598bfd2
install/changedetection-install.sh
@@ -62,7 +62,7 @@ msg_info "Installing Browserless & Playwright"
62
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
+$STD npm install --prefix /opt/browserless --include=dev
66
$STD /opt/browserless/node_modules/playwright-core/cli.js install --with-deps &>/dev/null
67
$STD /opt/browserless/node_modules/playwright-core/cli.js install --force chrome &>/dev/null
68
$STD /opt/browserless/node_modules/playwright-core/cli.js install chromium firefox webkit &>/dev/null
0 commit comments