You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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": []},
...
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: