We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@Lonli-Lokli indeed! I didn't know that, and just verified:
$ docker run --rm -it node yarn --version
Sorry, something went wrong.
Let me close this as a dupe of #3529
We'll add both git and yarn to the image.
aslushnikov
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: