0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

fvmのアンインストール手順

Last updated at Posted at 2025-06-17
  • flutterプロジェクトでfvmコマンドが使用できなくなった時の対処法
    • どうしようもなくなったため、fvmのアンインストールで解決できたため備忘録
    • (ほかにも方法があったかもしれないが...)

環境

  • OS: Windows11
  • IDE: Cursor

手順

まず、fvmをアンインストールする

dart pub global deactivate fvm

fvmのキャッシュディレクトリを削除する

  • C:\Users\USERNAME\fvm
    • コマンド削除でも、手動削除どちらでも

fvmを再インストールする

dart pub global activate fvm

プロジェクトでfvmを再設定する

  • fvmのバージョンは3.24.5を入れることを想定
fvm install 3.24.5
fvm use 3.24.5
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?