How can resolve conflicts Dart SDK binary

Viewed 980

I need help. When I type the command “ brew info dart “ It’s look like dart has a conflict with beta version, the current version is 2.9.3. How can delete the old version or the both?

enter image description here

1 Answers

use

/usr/local/opt/dart/libexec

at dart SDK configuration path

Related