美文网首页
vue内存溢出

vue内存溢出

作者: 码农界四爷__King | 来源:发表于2023-09-06 19:44 被阅读0次

报错

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory  

解决办法

第一步
全局安装 npm install -g increase-memory-limit
然后在当前项目执行  increase-memory-limit
第二步
node_modules>.bin 里面全局搜  "%_prog%"  替换 %_prog%

相关文章

网友评论

      本文标题:vue内存溢出

      本文链接:https://www.haomeiwen.com/subject/chxlvdtx.html