Currently delving into the world of React JS, I am still a newcomer when it comes to these technologies.
Upon updating webpack from version 4.30.0 to 5.10.0 and running npm start
, some errors surfaced. Despite attempting to remove the node_modules
directory and reinstalling it before restarting with npm start
, no changes were seen.
List of Dependencies :
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "4.0.2",
"webpack-hot-middleware": "2.25.0",
"webpack-pwa-manifest": "4.3.0",
Error :