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

git dependencies make installation failed behind proxy #41

Closed
gitawego opened this issue Jun 21, 2017 · 3 comments
Closed

git dependencies make installation failed behind proxy #41

gitawego opened this issue Jun 21, 2017 · 3 comments

Comments

@gitawego
Copy link

gitawego commented Jun 21, 2017

our company is behind the proxy, when I try to install angular-hybrid, as the dependencies are git url with snapshot:

"@uirouter/angular": "git://github.com/ui-router/angular#SNAPSHOT-20170612",
"@uirouter/angularjs": "git://github.com/angular-ui/ui-router#SNAPSHOT-20170612",

npm is trying to download directly from github which is disallowed in my company (using nexus proxy server. )

could you please make the dependencies npm only ?

@httpete
Copy link

httpete commented Jun 29, 2017

+1 I have the same issue. Thank you.

@httpete
Copy link

httpete commented Jul 12, 2017

Why are these using snapshots? Will we eventually get to be on the released versions of these two deps?

@mischkl
Copy link

mischkl commented Jul 31, 2017

IMHO these should be peer dependencies. Or, if it's really not possible to use the "vanilla" packages, they could be released with special tags on NPM and referenced that way.

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

Successfully merging a pull request may close this issue.

3 participants