I am on Mac Sonoma. Have uninstalled via homebrew and then reisntalled and am on
atlascli version: 1.22.0
git version: homebrew-release
Go version: go1.22.2
os: darwin
arch: amd64
compiler: gc
when I try and setup local deployment I get following error…
macpro@MacPros-Mac-Pro ~ % atlas deployments setup
? What type of deployment would you like to work with? local
[Default Settings]
Deployment Name local2447
MongoDB Version 7.0
Port 27017
? How do you want to set up your local Atlas deployment? default
Creating your cluster local2447
1/2: Starting your local environment…
2/2: Creating your deployment local2447…
Error: failed to connect to mongodb server: server selection error: server selection timeout, current topology: { Type: Single, Servers: [{ Addr: localhost:27017, Type: Unknown, Last error: dial tcp 127.0.0.1:27017: connect: connection refused }, ] }
macpro@MacPros-Mac-Pro ~ %