npm-bundle
npm-bundle copied to clipboard
JavaScript heap out of memory
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.