running any react project is giving following error
I am using version of npm (8.19.0), node (v16.13.1) and latest version of react. I used to create a new project using npx create-react-app "myappname" cd "myappname" npm start. It used to show me default react starting page and it was working fine. but this morning, while I was learning to use react with MS… Read More running any react project is giving following error