Closed lukpep closed 8 years ago
Try putting the pusher script in your markup for now.
I'm actually trying to find a way to use pusher as an npm dependency but that packages seems to be a server side package? Not really sure.
<script src="https://js.pusher.com/3.2/pusher.min.js"></script>
@jaggy seconds before your answer i've figured it out - but thanks :) Works like charm - good work
There is a way, I'll add a pr.
@jaggy seconds before your answer i've figured it out - but thanks :) Works like charm - good work
how do you solve the problem ? kindly tell me
in lines:
this.pusher = new Pusher(api_key, options);
when I try to use:
should i install something else? https://www.npmjs.com/package/pusher maybe?