I am following a tutorial on React using create-react-app. The application is created by create-react-app v1.3.0
create-react-app my-app
T
I had this problem while running npm within WSL. I had the project folder in my windows Desktop folder from which npm cannot recompile automatically in WSL. After moving the project folder to user home directory of WSL solved the issue.
npm
home