npm-bundle icon indicating copy to clipboard operation
npm-bundle copied to clipboard

JavaScript heap out of memory

Open luisdavim opened this issue 7 years ago • 0 comments

Hi,

I have a microservice based app and I'm trying to create a bundle for offline installation. I've created a package.json that depends on my microservices and tried to run npm-bundle but I'm getting the following error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

But npm install works. I've also generated a package-lock.json file for my bundle package.json and that didn't help.

luisdavim avatar May 02 '18 22:05 luisdavim