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
Post a Comment