Whenever I start my npm it shows the below error, I also install npm globally by using this statement( npm install -g create-react-app)I make two practice project but these are number 2nd project, In the first project, I also install npm globally
PS E:\AvatarDemo\AvatarDemoAwesome> cd avatarawesome
PS E:\AvatarDemo\AvatarDemoAwesome\avatarawesome> npm start
> [email protected] start E:\AvatarDemo\AvatarDemoAwesome\avatarawesome
> react-scripts start
Could not find a required file.
Name: index.js
Searched in: E:\AvatarDemo\AvatarDemoAwesome\avatarawesome\src
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
avatarawesome?