You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
install dependencies
start the server
Expected behavior
Web server should start without any issues
Screenshots
Desktop (please complete the following information):
OS: Ubuntu
Browser Chrome
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.
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Web server should start without any issues
Screenshots
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.
The text was updated successfully, but these errors were encountered: