FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory in Ionic 3

When I run an Ionic 3 project using the ionic serve command, then I am getting this error: 40 Answers 40 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 … Read more