All developers on my team (on macos) turned out to be running node14 in development mode even after upgrading to meteor 3 (meteor without fibers IS compatible with node14 so it doesn’t crash).
There seems to be some problem with the devbundle and installation.
You can check this easily using meteor node --version, it should NOT return 14.xxx
Solution if it does: rm -rf ~/.meteor and then reinstall meteor. It will also reclaim a lot of disk space