ruby on rails - bower install just says cached validate, but doesn't install -


i trying install progressbar.js rails app.

i run bower install progressbar.js

and terminal puts out:

bower progressbar.js#*          cached https://github.com/kimmobrunfeldt/progressbar.js.git#1.0.1 bower progressbar.js#*        validate 1.0.1 against https://github.com/kimmobrunfeldt/progressbar.js.git#* 

the files not put app. when run bower list, has:

progressbar.js#1.0.1 extraneous

how install this? other times run bower install, has worked no problem.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -