react项目内存溢出,加大内存的方式之一 Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

在 package.json 文件下加入 

"start": "set NODE_OPTIONS=--max_old_space_size=4096&&webpack-dev-server --inline",

猜你喜欢

转载自blog.csdn.net/qq_36336332/article/details/102975594