For example in this picture:
npm pack only packages the contents of electron-builder@22.8.1, but I'd like it to package all of the required 14 dependencies and then its children dependencies recursively until I know I could use electron-builder@22.8.1 correctly with a npm install with no troubles.
Is there a way to do this?
Why does npm pack only do the top level instead of all the packages associated with it?
For context, I'm going this way instead of simply npm install electron-builder because I'm packaging these items to be installed in an offline computer.
