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
|
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 |