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
Have you tried npm start with super user permissions? I had the issue with my project and I solved it like this.
$sudo bash #npm start