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

Does not seem to work with x-oauth-basic #4

Open
jonmann20 opened this issue Jul 10, 2017 · 1 comment
Open

Does not seem to work with x-oauth-basic #4

jonmann20 opened this issue Jul 10, 2017 · 1 comment

Comments

@jonmann20
Copy link

Trying to run on a project with a dependency using x-oauth-basic:

e.g.

"foo-bar": "git+https://someH@$h:[email protected]/myorg/foo-bar.git#2.0-preview"

Outputs only:

Package        Current  Wanted  Latest
foo-bar        MISSING     git     git
@HugoCapocci
Copy link
Owner

2.0-preview don't match semver version; this is a weird example. But I think this is why the tool say that current version is missing.

And as for private modules, there is no possibility, using bower commands, to know the latest version.
That's because if this is a private module, it has not been registered in bower repository. (You'll face the same issue with npm private module)

Of course, the tool can be updated to check release/tags of git repositories for private modules, in order to check if version is outaded or not; that can be a nice improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants