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

public.registry value on config file needs to be updated #265

Open
Naxus28 opened this issue Oct 4, 2017 · 3 comments
Open

public.registry value on config file needs to be updated #265

Naxus28 opened this issue Oct 4, 2017 · 3 comments

Comments

@Naxus28
Copy link

Naxus28 commented Oct 4, 2017

I have tried for a couple of hours to register a private package with no success although I was following the docs. After many trial and errors I decided to visit the "public.registry" url provided in the docs --http://bower.herokuapp.com/packages-- which redirects to https://registry.bower.io/packages. I replaced public.registry's default value for https://registry.bower.io/packages and only then I was able to register my package.

{
   ...

    "public": {
        "disabled": false,
        "registry": "https://registry.bower.io/packages", // this line changed
        "registryFile": "./bowerRepositoryPublic.json",
        "whitelist": [],
        "blacklist": []
    },

   ...
}
@davvvid1
Copy link

davvvid1 commented Oct 6, 2017

@chrisse27
Copy link

But it doesn't. We also updated to the new URL and everything works again.

@piermorosini
Copy link

Does not work for me too.

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

No branches or pull requests

4 participants