Bower installing this package (even using git repo) results in wrong package installed?
See original GitHub issueHia,
Not sure what’s going on, but bower installing either angular-spinner or the git repo directly results in the wrong angular-spinner getting installed https://github.com/angularifyjs/bower-angular-spinner.git
.
About to jump on a flight but maybe this could be a name clash of some form?
➜ angularjs-migrate git:(master) ✗ bower install 'http://github.com/urish/angular-spinner.git'
bower angular-spinner#* not-cached http://github.com/urish/angular-spinner.git#*
bower angular-spinner#* resolve http://github.com/urish/angular-spinner.git#*
bower angular-spinner#* checkout 1.0.1
bower angular-spinner#^1.2.26 not-cached https://github.com/angularifyjs/bower-angular-spinner.git#^1.2.26
bower angular-spinner#^1.2.26 resolve https://github.com/angularifyjs/bower-angular-spinner.git#^1.2.26
bower angular-spinner#^1.2.26 checkout v1.2.26
bower angular-spinner#* resolved http://github.com/urish/angular-spinner.git#1.0.1
bower angular-spinner#^1.2.26 resolved https://github.com/angularifyjs/bower-angular-spinner.git#1.2.26
bower angular-spinner#^1.2.26 install angular-spinner#1.2.26
angular-spinner#1.2.26 src/libs/angular-spinner
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
bower is using wrong repo · Issue #497 - GitHub
bower install uses https://github.com/CrossEye/ramda and is stuck on version 0.6.0.
Read more >Git / Bower Errors: Exit Code # 128 & Failed connect
Go to your temp folder. ( i.e. if you are using windows then C:\Users\{username}\AppData\Roaming\bower\cache\packages ). There you can ...
Read more >Cannot install package with Bower?
I am trying to install packages using Bower. I bring up the attached screen and I go through the screens to install jQuery...
Read more >Manage your Frontend Dependencies with Bower | Zell Liew
Let's take a step back and look at how to search for packages on Bower if you're not sure of the name of...
Read more >Troubleshooting Node.js Deploys - Heroku Dev Center
Your Node.js deploy failed - now what? Start with these simple steps to troubleshoot a build issue. Check the buildpack.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ahh nevermind, I removed the entry from bower.json, uninstalled, cleaned and installed again and it works now! Resolves to the right package and I see a dist folder with the angular-spinner.js file.
Not sure if you fixed something or I was being dumb but thanks for the quick response!
Happy for helping you 😃