When I try to install nodemon with npm install -g nodemon
it gives me the following error:
'nodemon' is not recognized as an internal or external command,
operable program or batch file.
When I try to install nodemon with npm install -g nodemon
it gives me the following error:
'nodemon' is not recognized as an internal or external command,
operable program or batch file.
It isn't a problem, as it had said, it's an optional dependency, so you don't really need it. Please refer to these answers below: