there is this 4 years old react/redux web app that is only compatible with nodev14 and I have to update it to make it work with node v20. I have updated the libraries and the webpack and now when i run “npm start”, the terminal is stuck on “Starting the development server…”
There are no messages at all in the console of google chrome or the visual studio code terminal, so I have no idea what to do.
When I updated the libraries, there were a few erros from the webpack which i had fixed so i usppose the webpack is ok now but I am not really sure.
any idea what I should do cause no matter where I put a console log, there is still no messages at in the google chrome console.
any idea will be more than welcome
Update the libraries,
update the webpack
ran console log in many parts of the webpack and code such at the index.js or app.js