问题:
报错:Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
解决方法:
在这个文件中添加一下代码
“–max_old_space_size=4096”
注意:双引号和空格哦
问题:
报错:Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
解决方法:
在这个文件中添加一下代码
“–max_old_space_size=4096”
注意:双引号和空格哦