We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79337ec commit b5b9a77Copy full SHA for b5b9a77
scripts/test.mjs
@@ -62,7 +62,7 @@ const nodeArgs = [
62
function installChrome(version) {
63
try {
64
return execSync(
65
- `npx @puppeteer/browsers install chrome@${version} --format "{{path}}"`,
+ `npx puppeteer browsers install chrome@${version} --format "{{path}}"`,
66
)
67
.toString()
68
.trim();
0 commit comments