App haults on downloading plugin from registry

I have upgraded my application to 1.2.1, when running meteor run iOS app sucks at downloading
com.ionic.keyboard@1.0.4 every time. I haven’t added this plugin though and i tried to remove it but i can’t and also i tried to upgrade it to latest version but still cordova fetches this specific version and haults the app.

Adding plugin com.ionic.keyboard@1.0.4 to Cordova project
% Fetching plugin “com.ionic.keyboard@1.0.4” via npm

% Fetching plugin “com.ionic.keyboard@1.0.4” via cordova plugins registry

=> Errors executing Cordova commands:
While adding plugin com.ionic.keyboard@1.0.4 to Cordova project:

Cordova error: CordovaError: Failed to fetch plugin com.ionic.keyboard@1.0.4

via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connection and plugin name/version/URL.
Error: connect ETIMEDOUT
at registry.fetch.fail.then.pinfo

1 Like