twilio / twilio-video.js

Twilio’s Programmable Video JavaScript SDK
https://www.twilio.com/docs/video/javascript
Other
571 stars 217 forks source link

Error: Wrong name on bower.io and outdated library version #26

Closed 5h1rU closed 7 years ago

5h1rU commented 7 years ago

The documentation says:

bower install --save twilio-video but isn't found

I did a small research and find the twilio-conversations V0.13.10 bower package.

Is possible get the last version on bower?

markandrus commented 7 years ago

Hi @5h1rU,

Sorry about that. Please try again, e.g.

bower install twilio-video#1.0.0-beta2 

Mark

5h1rU commented 7 years ago

That's working @markandrus.

thanks