$ 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: C:\Users\derek\AppData\Local\npm-cache_logs\2024-05-03T09_28_40_816Z-debug-0.log
Hi, thank you for the remind. but unfortunately, still not working after cd into it. What I do is after cd into it then I type npm install > npm start. The program did not run as expected.
It’s hard to find the true reasons from remote, but you might have had an old version of Node installed on your machine and upgraded it during your fix.
Some of the error messages are pointing to this problem.