Skip to content

Conversation

kateinoigakukun
Copy link
Member

We alreawdy recommend users to declare playwright dep in their own package.json, so it doesn't make sense to have it declared here as well.

Playwright is not available in the current environment.
Please run the following command to install it:

$ npm install playwright && npx playwright install chromium

Actually, the declaration also makes things more complicated when users already have playwright dependency declared with a different version. Given that users unlikely commit the generated package.json into their repositories, it can't be a part of "workspace" either, so there is no benefit to have it here.

…d package.json

We alreawdy recommend users to declare playwright dep in their own package.json,
so it doesn't make sense to have it declared here as well.

```
Playwright is not available in the current environment.
Please run the following command to install it:

$ npm install playwright && npx playwright install chromium
```

Actually, the declaration also makes things more complicated when users already
have playwright dependency declared with a different version. Given that
users unlikely commit the generated package.json into their repositories,
it can't be a part of "workspace" either, so there is no benefit to have it here.
@kateinoigakukun kateinoigakukun merged commit 2c183f3 into main Oct 17, 2025
17 of 18 checks passed
@kateinoigakukun kateinoigakukun deleted the yt/remove-playwright-from-pkg-json branch October 17, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant