Unable to build cardano-node cabal: Could not resolve dependencies

I am unable to install the cardano-node, using the docs from Cardano.org or the Coincashew guide.
When running this command cabal build cardano-node cardano-cli I get a cabal error: “Could not resolve dependecies.”

[__0] trying: Win32-network-0.1.0.0 (user goal)
[__1] trying: base-4.16.3.0/installed-4.16.3.0 (dependency of Win32-network)
[__2] next goal: byron-spec-chain (user goal)
[__2] rejecting: byron-spec-chain-0.1.0.0 (conflict:
base==4.16.3.0/installed-4.16.3.0, byron-spec-chain => base>=4.12 && <4.15)
[__2] fail (backjumping, conflict set: base, byron-spec-chain)
After searching the rest of the dependency tree exhaustively, these were the
goals I’ve had most trouble fulfilling: base, byron-spec-chain, Win32-network

ghc version - 9.2.4
cabal version - 3.2.0.0

I am following the instructions step by step. I have also compiled the node many times, never had this issue.

Docs ask for ghc-8.10.7 (not 9.2.4).

Boom.
Thank you, I looked right over that. It’s now compiling.