Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add yarn to playwright:{bionic:dev} Docker images #3108

Closed
Lonli-Lokli opened this issue Jul 23, 2020 · 2 comments
Closed

[Feature] Add yarn to playwright:{bionic:dev} Docker images #3108

Lonli-Lokli opened this issue Jul 23, 2020 · 2 comments
Assignees

Comments

@Lonli-Lokli
Copy link

Currently yarn is part of Node images so some projects switched from npm to yarn. So the issue is that dependencies are locked by Yarn and not npm

It would be great if yarn (v1 at least) will be added to base images like it done with Node.

@aslushnikov
Copy link
Collaborator

Currently yarn is part of Node images so some projects switched from npm to yarn. So the issue is that dependencies are locked by Yarn and not npm

@Lonli-Lokli indeed! I didn't know that, and just verified:

$ docker run --rm -it node yarn --version

@aslushnikov aslushnikov self-assigned this Aug 21, 2020
@aslushnikov
Copy link
Collaborator

Let me close this as a dupe of #3529

We'll add both git and yarn to the image.

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

No branches or pull requests

2 participants