create-react-app-docker
create-react-app-docker copied to clipboard
react-scripts: not found
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
@j0gurt Take a look at this PR to simplify the setup. If it works for you, we'll merge it.