Relative Content

Tag Archive for javascriptazurenpmnpm-install

JavaScript heap out of memory during npm install on Azure pipeline

I’m recently updating my angular projects from angular 16 to angular 17. npm install works perfectly with angular 17 on my laptop. But on Azure pipeline, it throws an error saying “FATAL ERROR: Reached heap limit Allocation failed – JavaScript heap out of memory”. How can I solve this?