ReactJS, NodeJS deployment issue on linux server where application was coded in windows

113 Views Asked by At

I have a web application created using ReactJS , NodeJS and Mongo DB on windows. And I am facing issues while deploying the same application on a Linux Server in AWS. Is there any changes to be considered while deploying such?

Is there any changes that needs to be done for the code? Does the path declaration change on the config file?

getting such errors? ENOENT: no such file or directory, stat '/home/ec2-user/Project/Backend/Backend/client/build/index.html'"

0

There are 0 best solutions below