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

Ignores registry setting #2

Open
thecyberd3m0n opened this issue Jan 3, 2018 · 0 comments
Open

Ignores registry setting #2

thecyberd3m0n opened this issue Jan 3, 2018 · 0 comments
Labels

Comments

@thecyberd3m0n
Copy link

yarn-recursive tries to install always from public repository.

Reproduce

yarn config set registry <custom_url>
yarn-recursive

Expected
yarn will download deps from custom registry

Current
yarn will download deps from public registry

yarn-recursive --cmd='--registry=https://nexus.corpo.raiffeisen.pl/repository/npm'
not helps as well

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

No branches or pull requests

2 participants