I figured out the problem related to installing Dart Sass as mentioned above. Here’s the answer for those interested.
If you receive the message Warning: dart-lang/dart/dart 2.18.6 already installed
there are a couple of steps you must take.
- Run
brew update
- If prompted run
brew tap --repair
- Run
brew update
again - Brew will find outdated formulae
- Upgrade by running
brew upgrade
This forced all version to be up to date where as before it would never upgrade past 2.18.6, which means Sass would continually fail.