FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory in Ionic 3
For a non-Angular general answer for those who land on this question from Google: Every time you face this error it’s probably because of a memory leak or difference between how Node.js <= 10 and Node.js > 10 manage memory. Usually just increasing the memory allocated to Node.js will allow your program to run but … Read more