LoginSignup
0
0

More than 5 years have passed since last update.

Flutter環境構築 2日目 error:The IDE failed to install some plugins.

Posted at

こちらを参考に環境構築を進めていきます。

エディタはIntelliJ IDEAを使うことにしました。
理由は日本語で検索するとIntelliJ IDEAを使ってるのがよく出てきたから。

Flutterのプラグインを入れてIntelliJ IDEAを再起動した所で、エラーが出ました。

The IDE failed to install some plugins.
Most probably, this happened because of a change in a serialization format.
Please try again, and if the problem persists, please report it to http://jb.gg/ide/critical-startup-errors
The cause: Source file missing: /Users/azuma/Library/Caches/IdeaIC2018.2/plugins/flutter-intellij.zip

エラーメッセージを検索するとこちらの記事を発見。
https://github.com/wso2/siddhi-plugin-idea/issues/4

質問者はmacOS High Sierra v10.13.1で、自分はmacOS High Sierra v10.13.6でした。ここらへんに原因があるのかもしれません。

回答を見るとSiddhiプラグインを先にインストールする必要があるようです。
スクリーンショット 2018-09-06 15.00.00.png

①Siddhiプラグインをインストール
②IntelliJ IDEAを再起動
③Flutterプラグイン(+Dartプラグイン)をインストール
④IntelliJ IDEAを再起動

これで行けました。

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