Check Node and NPM versions using the below command
node -v
npm -v
if npm version >= 7.As per online info, the Angular team recommends using npm 6 for now
npm install -g npm@6
or Uninstall your NodeJS and download NodeJS 14.16.1 64bit and install again