When running npm install -g ionic I get the following error:
npm install -g ionic
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of
Solved for me, after running the command:
npm update
It will update all dependencies (be careful with broken changes). Maybe the webpack-cli dependency is the cause of this trouble.
webpack-cli