2017-06-12 3 views
2

ここでこのチュートリアルを実行していて、アンドロイドを実行しようとしたときに次のエラーが発生しました。インターネットは大丈夫です。 https://angular-meteor.com/tutorials/whatsapp2/meteor/setupCordovaエラー:レジストリを介してプラグイン[email protected]を取得できませんでした

C:\Work\whatsapp>meteor run android 
[[[[[ C:\Work\whatsapp ]]]]] 

=> Started proxy. 
=> Started MongoDB. 
Subproject Path: CordovaLibns    - 
Subproject Path: CordovaLibns    [=======     ] 25% 17.2s 
=> Errors executing Cordova commands: 

    While adding plugin [email protected] to Cordova project: 
    Cordova error: Failed to fetch plugin [email protected] via registry. 
    Probably this is either a connection problem, or plugin spec is incorrect. 
    Check your connection and plugin name/version/URL. 
    Error: version not found: [email protected] 
    (If the error message contains suggestions for a fix, note that this may not apply to the 
    Meteor integration. You can try running again with the --verbose option to help diagnose 
    the issue.) 

C:\Users\Nick\AppData\Local\.meteor\packages\barbatus_typescript\0.6.6\plugin.typescript.os\npm\nod 
e_modules\meteor\promise\node_modules\meteor-promise\promise_server.js:190 
     throw error; 
    ^
ExitWithCode:1 

答えて

3

エラーメッセージを読めば、慎重に、あなたはエラーがプラグインのバージョンが正しくない番号から来ていること、それを見つけることができます。

Error: version not found: [email protected]

はionic-の最新バージョンを使用してみてください2.2.1

@プラグインキーボードあなたはここでリリースバージョンを確認することができます。https://github.com/ionic-team/ionic-plugin-keyboard/releases

+0

このソリューションでは、働いていました。ありがとう。 'meteor add cordova:ionic-plugin-keyboard @ 2.2.1' –

関連する問題