c2siorg / elly

Elly app
0 stars 4 forks source link

Can not start the elly web server #6

Open sonodew opened 8 months ago

sonodew commented 8 months ago

Describe the bug When running the command 'npm start' the serer is not getting started and an error is being thrown in the terminal

To Reproduce Steps to reproduce the behavior:

  1. install dependencies
  2. start the server

Expected behavior Web server should start without any issues

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context However, to bypass the issue we can update the starting script with 'react-scripts --openssl-legacy-provider start'. The current problem arises due to version miss match between node and react. To resolve the exact issue, the versions should be updated in the elly web server.

vikasgrewal16 commented 7 months ago

can i work on this issue? @sonodew