what is the relationship between npm start and npm run start?
if there is a start entry in "scripts" of package.json
executing npm run start and npm start seems to have the same effect
but if it is another command item,
the effect of executing npm run "other commands" is not the same as that of npm "other commands"
solve the problem with the boss