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

Add option to use yarn instead of npm for ArtifactoryNpm tasks #225

Open
danmastrowcoles opened this issue Dec 31, 2020 · 2 comments
Open
Labels
feature request New feature or request

Comments

@danmastrowcoles
Copy link

Is your feature request related to a problem? Please describe.
At the moment we are using yarn for a node based repo, however this means when using a the azure devops extension, and using the [email protected] task, it will use npm. This creates an issue where we do not have a package-lock.json, but do have a yarn.lock file.

Describe the solution you'd like to see
A clear and concise description of the new feature.
Option to use yarn instead of npm for all the artifactorynpm tasks

Describe alternatives you've considered
Can do a manual npm login to Artifactory and yarn install, but then thats not using this devops extension

@danmastrowcoles danmastrowcoles added the feature request New feature or request label Dec 31, 2020
@tscheffert
Copy link

👍 For this. We use Artifactory + Azure DevOps + Yarn as well. I would like to use the extension to collect all of the build meta data if possible, but we can't do that and use yarn at the moment.

@fourpastmidnight
Copy link

I, too, have a Node+React app using yarn. This would be a very welcome addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants