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

Requires running `npm run build` once before any other command. #3

Closed mkuipers closed 7 years ago

mkuipers commented 7 years ago

The first time I ran npm run start I got the following error:

Error: ENOENT: no such file or directory, stat '/Users/maxkuipers/work/whos_moving_2/build/index.html'
    at Error (native)

It fixed itself after I ran npm run build once. I am unable to reproduce the problem even if I remove the build directory.

ekatzenstein commented 7 years ago

@mkuipers Resolved with new version. Closing now.