找到项目中的package.json文件,将其中的start命令改为 "start": "ng serve --port 6666 --open" 启动的时候不用ng serve,用npm run start启动