DEV Community

Discussion on: Running React and Node.js in one shot with Docker!

Collapse
 
jnoelvictorino profile image
John Noel Victorino

Thank you for the reply. Does this mean I have to install npm in local host machine?
Would there be a way to bypass this if that is the case?

Thread Thread
 
numtostr profile image
Vikas Raj

Yes, you need install on the local machine.

If you don't wanna do this. Then you have to modify the Dockerfile to add the installation process inside the container.