Last active
March 19, 2023 02:27
-
-
Save sheerun/c04d856a7a368bad2896ff0c4958cb00 to your computer and use it in GitHub Desktop.
Proper .bowerrc file pointing to new Bower registry (if using legacy Bower version)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"registry": "https://registry.bower.io" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you get it to work after using VSCode and CLI? My .bowerrc looks like this as well.