You have a npm package that was packed into a tgz
tarball.
This, apparently, is done with npm pack
.
However, how can you unpack it? There's no such thing as npm unpack
.
This can be done with npm install tgz_file.tgz --production
command.
It will install that package, along with all of its dependencies, in the path relative to where the command was ran from.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With