Closed1

ERR : The current activation of `melos` cannot resolve to the same set of dependencie の調査

hott3hott3

2024/12/12頃から急に発生したエラー

ERR : The current activation of `melos` cannot resolve to the same set of dependencies.
    | 
    | Try reactivating the package.
    | `dart pub global activate melos`

エラー内容にも記載されている通り、端末内のmelosコマンドを再アクティブ化することでエラーが解消された

terminal
dart pub global activate melos
このスクラップは2024/12/23にクローズされました