📅  最后修改于: 2022-03-11 15:02:44.759000             🧑  作者: Mango
Add the command to package.json file:
"build-serve": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve"
and run as:
npm run build-serve