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

站长手记 作者: 2024-08-27 22:55:02
Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

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


解决方法:

找了好多方法都解决不了,最后我是在cmd窗口,cd定位到项目目录下执行以下命令:

npm install -g increase-memory-limit

increase-memory-limit


原创声明
本站部分文章基于互联网的整理,我们会把真正“有用/优质”的文章整理提供给各位开发者。本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
本文链接:http://www.jiecseo.com/news/show_69795.html
npm