-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(registry): Add support for specifying registry #47
Conversation
0e8a36a
to
6895850
Compare
@andy-patt could use some assistance. When running locally, the Perhaps this is due to a proxy setting in the CI environments? One approach is to do something like https://stackoverflow.com/a/23720300/4400318 and explicitly handle the Mocha timeout case. However, we don't actually want this to happen. If for some reason a user is experiencing the same symptoms as the CI environment (behind a proxy?), they should be delivered the |
@quinnturner I need a bit more context here. You're expecting
So it looks like it's a valid name, but it just isn't serving Are we setting a timeout on the |
Your |
The test was intended to test for a registry with a typo. The previous test's domain existed, which was unintended. To gracefully handle this, the audit should error with `code ENOTFOUND`.
From @memelet:
This PR supports specifying a registry for NPM (Yarn is not supported yet) by adding the
--registry
argument. It is an optional parameter, defaulting to the package manager's standard registry.Addresses: #46