-
Notifications
You must be signed in to change notification settings - Fork 13
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
Enable using a custom npm registry #35
Comments
We'd want a different registry though, right? e.g. we have a custom bower registry specified but for this resolver specifically, I'd want to add a custom npm registry |
So just an update, this works as expected (for me). I have a registry defined in |
I'm closing this issue since specifying registry in the |
issue still actual ... problems starts here. you doesnt pass second argument in function. But second argument is npm config object. So while you didnt specify this it will be default this.registry = opts.registry || 'https://registry.npmjs.org' And thats why .npmrc seems like ignored partly |
The npm resolver does not take the registry in the .bowerrc into account. Is it possible to install artifacts from a different npm registry as https://registry.npmjs.org and how?
The text was updated successfully, but these errors were encountered: