Unable to create IPFS Private network

I have 3 VMs and configured according to : Building Private IPFS Network with IPFS-Cluster for Data Replication.

When I run IPFS daemon on Node 0.
It gives me the following error.
Initializing daemon…
go-ipfs version: 0.12.2
Repo version: 12
System version: amd64/linux
Golang version: go1.16.15
2022-04-29T11:48:43.049+0530 ERROR cmd/ipfs ipfs/daemon.go:430 error from node construction: could not build arguments for function “github.com/ipfs/go-ipfs/core/node”.PeerWith.func1 (github.com/ipfs/go-ipfs@v0.12.2/core/node/peering.go:29): failed to build *peering.PeeringService: could not build arguments for function “github.com/ipfs/go-ipfs/core/node”.Peering (github.com/ipfs/go-ipfs@v0.12.2/core/node/peering.go:14): failed to build host.Host: could not build arguments for function “github.com/ipfs/go-ipfs/core/node/libp2p”.Host (github.com/ipfs/go-ipfs@v0.12.2/core/node/libp2p/host.go:40): could not build value group config.Option[group=“libp2p”]: received non-nil error from function “github.com/ipfs/go-ipfs/core/node/libp2p”.PNet (github.com/ipfs/go-ipfs@v0.12.2/core/node/libp2p/pnet.go:21): failed to configure private network: EOF

Error: could not build arguments for function “github.com/ipfs/go-ipfs/core/node”.PeerWith.func1 (github.com/ipfs/go-ipfs@v0.12.2/core/node/peering.go:29): failed to build *peering.PeeringService: could not build arguments for function “github.com/ipfs/go-ipfs/core/node”.Peering (github.com/ipfs/go-ipfs@v0.12.2/core/node/peering.go:14): failed to build host.Host: could not build arguments for function “github.com/ipfs/go-ipfs/core/node/libp2p”.Host (github.com/ipfs/go-ipfs@v0.12.2/core/node/libp2p/host.go:40): could not build value group config.Option[group=“libp2p”]: received non-nil error from function “github.com/ipfs/go-ipfs/core/node/libp2p”.PNet (github.com/ipfs/go-ipfs@v0.12.2/core/node/libp2p/pnet.go:21): failed to configure private network: EOF

What can be the error?
Can anyone help me here?