It was a memory overflow problem
Solution:
Add the following code to the build modification in package.json:
npx --max-old-space-size=2048
Packing succeeded!!
It was a memory overflow problem
Solution:
Add the following code to the build modification in package.json:
npx --max-old-space-size=2048
Packing succeeded!!