I receive the following error in the middle of running npm install on the package.json file of an Angular 10 application:
'npm' is not recognized as an internal or external command, operable program or batch file.
I know that npm is installed because I started the install with the command npm install. So, I don't understand why the installation of NPM packages for the Angular application fails partway through with this message.