Skip to content

Instantly share code, notes, and snippets.

@sheerun
Last active March 19, 2023 02:27
Embed
What would you like to do?
Proper .bowerrc file pointing to new Bower registry (if using legacy Bower version)
{
"registry": "https://registry.bower.io"
}
@DanielRuf
Copy link

Should have been also in the deprecation notices probably ;-)

@bukandu1
Copy link

my .bowerrc looks like this
{
"directory": "wwwroot/lib",
"registry": "https://registry.bower.io"
}
still can't install or update anything "Using Visual Studio 2018 in a dotnet core 2.0 web application project "
Gonna give a try with VSCode and CLI

Did you get it to work after using VSCode and CLI? My .bowerrc looks like this as well.

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