ekatzenstein / create-react-app-fullstack

Use create-react-app as a full-stack tool, with Express and Sequelize (PostgreSQL)
MIT License
51 stars 13 forks source link

Failing the build for react-dev-utils version #4

Closed JessicaTatham closed 7 years ago

JessicaTatham commented 7 years ago

When first funning npm run build, its fails on Error: Cannot find module 'react-dev-utils/FileSizeReporter'. When I up the react-dev-utils version to 2.0.0, this issue goes away and the project builds. But then when I try to run npm start, it fails on Error: Cannot find module 'react-dev-utils/prompt'. Is this a known issue, or is it something that I am doing wrong locally?

Thanks!

JessicaTatham commented 7 years ago

This issue was solved for me using react-dev-utils: v0.5.2