slidebean / pusher-nativescript

Pusher client library for NativeScript
MIT License
6 stars 4 forks source link

Failed to find module: "pusher-nativescript", relative to: app/tns_modules/ #3

Closed pushkardeshmukh1992 closed 5 years ago

pushkardeshmukh1992 commented 6 years ago

Hi,

I am using javascript implementation.

Tried with

const pusher = require("pusher-nativescript").pusher; & const pusher = require("pusher-nativescript");

Module doesn't seems to be loading.

Getting this exception: _com.tns.NativeScriptException: Failed to find module: "pusher-nativescript", relative to: app/tnsmodules/

Any idea?

xlmnxp commented 6 years ago
tns plugin add pusher-nativescript
josenriq commented 6 years ago

@pushkardeshmukh1992 Please take a look at the new release. We've rebuilt the package from the ground up and it should now work properly. Let us know if it works for you 😊