Check your technical setup

Check your npm version and please update if necessary

Your npm version should be >= 10.2.4

npm --version
Check your node version and please update if necessary

Your node version should be 20.11.0

node  --version
Check your nx version and please update if necessary

Nx version should be

  • Local: v19.6.4

  • Global: v20.0.6

nx  --version
How to install the nx CLI

npm install –global nx@latest

If you face any issues, try the following steps:

rm -rf node_modules
npm cache verify
npm install -g @nrwl/cli
npm install