I've developed a nodejs app, and made exe out of it using npm library called "pkg". Now while using command prompt, if I run that "script.exe"(open command prompt in the location of script.exe, and type "script.exe",hit enter button), then I'm getting "javascript heap out of memory" error. How to resolve itt?
Asked
Active
Viewed 79 times
0
-
1Does this answer your question? [Node.js heap out of memory](https://stackoverflow.com/questions/38558989/node-js-heap-out-of-memory) – Daelso Nov 01 '21 at 04:52
-
No, I'm mking it exe using 'pkg' npm llibrary and running it in cmd – rakshit Nov 01 '21 at 07:20