I am a newbie in react js.When i want to create-react-app-todos-list it is creating but not displaying success message. As a result when i use npm start command it is displaying error.So please help me to fix this error.
//When i am using create-react-app todos-list it is displaying the following in vscode
npx create-react-app todos-list
Creating a new React app in D:\react\todos-list.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
added 1357 packages in 1m
166 packages are looking for funding
run `npm fund` for details
//When i am using npm start command it is displaying as like this
PS D:\react> npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path D:\react/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'D:\react\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\shaik\AppData\Local\npm-cache\_logs\2022-01-14T14_29_47_642Z-debug.log
PS D:\react>
**Solutions I tried
For create-react-app**
npm uninstall -g create-react-app && npm i -g npm@latest && npm cache clean -f
and SKIP_PREFLIGHT_CHECK=true