package.json 

找到"scripts"的"build":在node后加入: -max-old-space-size=8192

"build": "node -max-old-space-size=8192 build/build.js",

vue前端js内存溢出解决办法

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
猜你喜欢
  • 2022-02-15
  • 2022-01-01
  • 2022-01-12
  • 2022-12-23
相关资源
相似解决方案