after running npm run dev or npm run build enter, the task manager opens and finds that there are several unrelated node processes (these processes have nothing to do with this startup command, but will jam the execution of npm run dev. If you close the irrelevant node process, npm run dev will execute)
it is invalid to reinstall node. What should I do to solve the problem?