johnnymo87 / create-react-app-docker

https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html with docker
24 stars 7 forks source link

react-scripts: not found #1

Open egor-miasnikov opened 7 years ago

egor-miasnikov commented 7 years ago

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

> hello-world@0.0.1 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

johnnymo87 commented 7 years ago

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