DEV Community

Discussion on: Run a React App in a Docker Container

Collapse
 
nickjones profile image
Nick • Edited

I had the same issue because I use don't use yarn. Solved by deleting node-modules, package-lock.json, and run the command yarn (this is similar to npm install). Then as he stated up above test the installation with yarn start.