Answers for "angular 13 fatal error: ineffective mark-compacts near heap limit allocation failed - javascript heap out of memory nodejs"

0

Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

rm -rf tmp/cache
Posted by: Guest on October-12-2021
0

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory fork-ts-checker-webpack-plugin

//This is a temporary solution, this is caused by old version of CRA, cleaning up your bundle and trying your best to move to CRA5 will be the best solution

"start": "react-scripts --max_old_space_size=4096 start",
 "build": "react-scripts --max_old_space_size=4096 build",
Posted by: Guest on December-02-2021

Code answers related to "angular 13 fatal error: ineffective mark-compacts near heap limit allocation failed - javascript heap out of memory nodejs"

Browse Popular Code Answers by Language