I know this question has already been asked but I can\'t find a solution. When I run npm start inside a react project, I always get the same logs (see below). The o
Changing the path worked for me. Just to add, on the above solution for those who didn't know how to change the path (same as me) and some more details.
Here is my way on how to change environment variables on Windows 10:
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem C:\Program Files\nodejs
C:\Users{yourName}\AppData\Roaming\npm Now it should work!