rohfosho / CordovaCallNumberPlugin

Call a number directly from your cordova application.
MIT License
185 stars 151 forks source link

Ionic Angular4 app stops building after adding the plugin #54

Open maciej-w opened 6 years ago

maciej-w commented 6 years ago

After installing the plugin using:

$ ionic cordova plugin add call-number
$ npm install --save @ionic-native/call-number

And adding the call to plugin (module or page): import { CallNumber } from '@ionic-native/call-number';

The app stops building: I've got an empty

In the console I've got:

deviceready has not fired after 5 seconds. cordova.js:1178 Channel not fired: onNativeReady cordova.js:1178 Channel not fired: onCordovaReady cordova.js:1178 Channel not fired: onCordovaSimulateReady

Plugin version is 4.3.1

dalezak commented 6 years ago

This is likely related to https://github.com/Rohfosho/CordovaCallNumberPlugin/issues/47 and https://github.com/Rohfosho/CordovaCallNumberPlugin/issues/48

rfajarachmad commented 6 years ago

I got a similar issue with this npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/mx.ferreyra.callnumber

calaca commented 6 years ago

I also got npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/mx.ferreyra.callnumber. I am running node v6.11.1 and npm v3.10.10 on OSX.

Does anybody know a work around? I've tried the ones in #47 with no luck.