npm install - javascript heap out of memory

前端 未结 6 458
面向向阳花
面向向阳花 2020-12-03 09:48

When running npm install -g ionic I get the following error:

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-03 10:19

    Run these commands

    npm install -g increase-memory-limit

    Run from the root location of your project:

    increase-memory-limit

    Look Here For more details https://www.npmjs.com/package/increase-memory-limit

提交回复
热议问题