mquandalle / meteor-bower

[DEPRECATED] Use bower packages in your Meteor app
http://bower.io/search/
MIT License
157 stars 28 forks source link

Adapter not installed correctly #68

Closed abhishekbatra closed 9 years ago

abhishekbatra commented 9 years ago

Hi,

I was trying to run a kurento example with this bower.json. The adapter.js package gets downloaded but eventually does not appear in the running meteor application. I have created a small repository for reference of the setup.

In case the requirement is of the library to have an exact release version, please make use of the releases at this fork.

Thanks, Abhishek

lorensr commented 9 years ago

Change the line

"adapter.js": "*",

to

"webrtc-adapter": "git@github.com:abhishekbatra/adapter.git",

image