We should migrate webdev to use dart install instead of dart pub global activate. The new install command should make webdev faster (it does an AOT compile), and we'd like to deprecate dart pub global activate.
I tried simply switching things over, but it looks like tests fail.
There's also an issue here: #2758
We should migrate webdev to use
dart installinstead ofdart pub global activate. The new install command should make webdev faster (it does an AOT compile), and we'd like to deprecatedart pub global activate.I tried simply switching things over, but it looks like tests fail.
There's also an issue here: #2758