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

Defining multiple registries and proxies #4777

Closed
aimad-majdou opened this issue Oct 25, 2017 · 1 comment
Closed

Defining multiple registries and proxies #4777

aimad-majdou opened this issue Oct 25, 2017 · 1 comment

Comments

@aimad-majdou
Copy link

I want to migrate from using bower to yarn, the bower dependencies are installed from the bower registry, and npm modules are installed in our private registry, when I moved to Yarn I defined the bower dependencies inside dependencies and the npm modules inside 'devDependencies', so I need to install the dependencies using the npm registry, and the devDependencies using our private registry.

Another issue I faced, is that in bower the dependencies were installed using a proxy, but when defining this proxy to yarn, it fails to get dev dependencies in our private registry.

How can I solve this ?

Please mention your node.js, yarn and operating system version.

'yarn/1.2.1 npm/? node/v8.2.1 win32 x64'

@pauldraper
Copy link

Duplicate of #547

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