0
0

More than 1 year has passed since last update.

gauge installでReason: Invalid plugin name or there's a network issue while fetching plugin details.エラーが出る

Posted at

はじめに

時々、gauge javaのバージョンを変えるのですが、自分の記事に書いていなかったので自分用にまとめます

問題

以下のエラーが発生します
理由は謎ですので、直接バージョンを変えていきます

$ gauge install java
Failed to install plugin 'java'.
Reason: Invalid plugin name or there's a network issue while fetching plugin details.

解決方法

以下からほしいバージョンを取得します (javaで今回はやります)

ダウンロードしたら解凍します

image.png

3つありました
これを必要な箇所に配置します(今回はjava0.9.1でやります)

$ cd ~/.gauge/plugins/java
$ mkdir 0.9.1 // your version
$ cd 0.9.1
$ xdg-open . // ディレクトリを開く

解答したlibsgauge-javajava.jsonをいれる

$ gauge -v
Gauge version: 1.4.3
Commit Hash: f98dd40

Plugins
-------
html-report (4.2.0)
java (0.9.1)
play-cdc (0.1.4)
python (0.3.17)
screenshot (0.1.0)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0