$ npm start
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DELL\AppData\Local\npm-cache\_logs\2023-02-08T16_03_46_369Z-debug-0.log
What is causing this? Please note this is the first time I am running this command on this machine. I tried running npm install before hitting npm start and it says the app is up to date but 231 packages are looking for funding. Don't understand what any of that means. Would really appreciate if anyone explained the cause to me while giving a fix.
Thanks.