[95%] emitting (emit)
ERROR RangeError: Array buffer allocation failed
RangeError: Array buffer allocation failed
at new ArrayBuffer ( )
at new Uint8Array ( )
at new FastBuffer (node:internal/buffer:959:5)
at createUnsafeBuffer (node:internal/buffer:1062:12)
at allocate (node:buffer:409:10)
at allocUnsafe (node:buffer:374:10)
这是报错了,首次编译吗?之前有成功过吗
不是你项目大,我再大的项目都跑的起来
把node_modules文件夹删了,重新npm install ,再跑一下试试