I am new to React, please help me to solve this error, this screen shows when I try to run the command npm start after react the react project.

I am new to React, please help me to solve this error, this screen shows when I try to run the command npm start after react the react project.

 
    
     
    
    This issue is not because of Reactjs it's because your system doesn't know the path to your system32. Please follow the below instruction to fix this
Goto > Control Panel\System and Security\System\Advance system setting\Enviroment variable and set system variables path C:\Windows\System32\ variable and restart your System.
One more options is to downgrade your react-scripts in the packge.json to 2.1.8=> keep this as your last option.
Happy Coding.
 
    
    Goto > Control Panel\System and Security\System\Advance system setting\Enviroment variable and set system variables path C:\Windows\System32\ variable and restart your System.
I hope this will help you.
 
    
    Please try the following steps:
npm cache clean --force
delete node_modules folder and delete package-lock.json file
 npm install
