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

Support reading yarn's config #27

Open
silverwind opened this issue Jun 29, 2019 · 4 comments
Open

Support reading yarn's config #27

silverwind opened this issue Jun 29, 2019 · 4 comments

Comments

@silverwind
Copy link
Contributor

yarn has the ability to set registry and tokens in its own config file and while I understand that most users are probably using .npmrc (yarn supports it), I think support for yarn's own config would be nice, maybe via a option {yarn: true}or similar.

Details on its config formats (v1 is a custom format, v2 will be yaml):

yarn v1: https://yarnpkg.com/lang/en/docs/cli/config/
yarn v2: https://yarnpkg.github.io/berry/configuration/yarnrc

I don't think the yarn v2 release is too far of so it might be an option to only support v2.

@silverwind
Copy link
Contributor Author

Related: yarnpkg/berry#264

@rexxars
Copy link
Owner

rexxars commented Jan 17, 2020

Happy to see a PR for this.

@TenviLi
Copy link

TenviLi commented Nov 30, 2020

when update-notifier support private registry?
i don't know why not merged the PRs

@rexxars
Copy link
Owner

rexxars commented Nov 30, 2020

when update-notifier support private registry?
i don't know why not merged the PRs

I don't understand your question?

  • update-notifier isn't my project
  • There is no PR for reading yarn configs

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

No branches or pull requests

3 participants