FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory

getting this error while setup project in my laptop
No description
7 Replies
Pawan Jain
Pawan Jain9mo ago
@Anshu Pathak Are you using linux? If yes please run this in terminal and then restart the novu setup process again
export NODE_OPTIONS="--max-old-space-size=8192"
export NODE_OPTIONS="--max-old-space-size=8192"
Anshu Pathak
Anshu Pathak9mo ago
Yes
Novu_Bot
Novu_Bot9mo ago
@Anshu Pathak, you just advanced to level 1!
Pawan Jain
Pawan Jain9mo ago
@Anshu Pathak Is this resolved?
SM_MESBAH
SM_MESBAH9mo ago
Does this command also function on Mac OS X?
Pawan Jain
Pawan Jain9mo ago
Geekflare
Solved: How to Fix “JavaScript Heap Out of Memory Error”
Have you encountered the annoying "Heap Out of Memory" error as a JavaScript developer? This article explains its causes, solutions, and how to avoid it.
SM_MESBAH
SM_MESBAH9mo ago
Thanks a lot. It fixes the problem hey