create-react-app-docker icon indicating copy to clipboard operation
create-react-app-docker copied to clipboard

react-scripts: not found

Open egor-miasnikov opened this issue 7 years ago • 1 comments

Hey @johnnymo87, Thanks for such great repo, but I've faced the problem with react-script

> [email protected] start /usr/src/app
app_1  | > react-scripts start
app_1  |
app_1  | sh: 1: react-scripts: not found

then I tried to docker-compose up

any thoughts?

P.S. I've tried to avoid any node_modules on my host machine

egor-miasnikov avatar Mar 26 '17 20:03 egor-miasnikov

@j0gurt Take a look at this PR to simplify the setup. If it works for you, we'll merge it.

johnnymo87 avatar Mar 27 '17 13:03 johnnymo87