triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

Cannot find module 'nativescript-socketio/angular' #53

Closed ramonjobsity closed 6 years ago

ramonjobsity commented 6 years ago

Hi. I m trying to import the module 'nativescript-socketio/angular' after installed tns plugin add nativescript-socketio. Regards

ramonjobsity commented 6 years ago

and i have this Cannot find module 'nativescript-socketio/angular'

moayadnajd commented 6 years ago

@ramonjobsity and @triniwiz i think the angular folder is not exist on the npm

moayadnajd commented 6 years ago

i just clone the GitHub and put in my package.json and its working fine so the problem is why the angular folder not in the npm

"nativescript-socketio": "file:nativescript-socketio",

FranciZ commented 6 years ago

@triniwiz Could you please update the npm with the Angular version. As it is, the Angular example is not working. Would really appreciate it!

triniwiz commented 6 years ago

Updated