# How to fix FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory in nodejs, try it 100% working:
1. open script using vim or nano ~/.bashrc
2. add this export NODE_OPTIONS=--max_old_space_size=16384 // what ever you want
3. enter in your terminal source ~/.bashrc