Vue item packaging error: errno 134 [How to Solve]

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!!

Read More: