JAVClub / docker

🔞 Docker for JAVClub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

构建前端资源报错(使用的是docker)

lingzhee opened this issue · comments

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

never mind 后来用这行命令解决了
export NODE_OPTIONS="--max-old-space-size=8192"