📜  角度 JavaScript 堆内存不足 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:44.759000             🧑  作者: Mango

代码示例1
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