2017-10-31 15 views
1

Ionicプロジェクトで、以前添付した添付ファイルを削除しました。しかし、私がプロジェクトをビルドするときにエラーが発生します。私は下の誤りを述べました。私は解決策を見つけることができませんでした。 Config.xmlで必要な場所を削除しますが、この行は再構築時に再度追加されます。あなたが問題の解決策を見つけてうれしいです。あなただけのこの操作を行う必要がありIonic 3 config.xmlの "com.attendee.barcodegenerator"の復元に失敗しました

Discovered plugin "com.attendee.barcodegenerator" in config.xml. Adding it to the project 
 

 
Failed to restore plugin "com.attendee.barcodegenerator" from config.xml. You might need to try adding it again. Error: Failed to fetch plugin [email protected]~0.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: npm: Command failed with exit code 1 Error output: 
 
npm ERR! code E404 
 
npm ERR! 404 Not Found: [email protected]~0.0.4 
 

 
npm ERR! A complete log of this run can be found in: 
 
npm ERR!  /Users/CAN/.npm/_logs/2017-10-31T14_51_47_381Z-debug.log

<plugin name="com.attendee.barcodegenerator" spec="~0.0.4" />

答えて

0

ありがとう:

cordova plugin remove cordova-barcode-generator --save 
+0

「エラー:プラグイン "コルドバ・バーコード・ジェネレータ" ではありません'codeova plugin lis 'を参照してください。 t 'である。 "私はこの結果を得ています – Degisim

+0

結果は何ですか? – Sampath

+0

私はあなたのコマンドを書くとき、私はちょうど書いたコメントの結果を与えます – Degisim

関連する問題