-
Notifications
You must be signed in to change notification settings - Fork 781
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
Install fails in restricted network environment (proxied npm registry) #861
Comments
@lukateake, it’s typically only used temporarily while a maintainer waits for an upstream fix to be applied and published. that's the reason that I use git dependency. check #838 Anyway, I'll check this out. Thanks. |
Second this. We're running through a local Private NPM Registry. Our build server does not have access to github. I was under the impression that a Private Registry would cache all modules, but what appears to be happening is the client is ignoring the cached version and going for github. Not necessarily an issue with this project, but giving it a version instead of a github reference would solve the issue. |
Hi all, sorry for lately fixing.... Released on |
@AllenFang, this is still a problem for us even with the scope packaging, unfortunately. Would you be amenable to removing the I'm happy to take a cut at it but could use a little guidance on how you'd prefer me to proceed. |
For this issue, maybe you can check #1152 And for Anyway, I've planned to create |
@AllenFang, by adding a dependency to an unreleased version, our install fails in a network restricted environment.
Please see this NPM post on how to deal with this issue:
http://blog.npmjs.org/post/145724408060/dealing-with-problematic-dependencies-in-a
The text was updated successfully, but these errors were encountered: