Search code examples
create-react-appyarnpkg

I am not able to launch react app project


I followed all the instructions from https://github.com/facebook/create-react-app using yarn. For some reason when I am trying to launch the project yarn start, it gives me this error message

enter image description here

My node version is 8.16.0 and yarn -v 1.15.2. exactly what is required for creating the create react app. I do not have problem with creating the project, but I have with launching. Could you please help solving this issue.


Solution

  • Well probably you have to install events package.

    yarn add events or npm install events

    Should help :)