question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Convert npm's compressed tarballs to uncompressed.

See original GitHub issue

Just discovered this project today through a comment on Reddit. Interesting project!

One thing that came to mind is that source control systems may not handle compressed tarballs very well, as every update to a package would result in a new copy of the entire file in the repo, which can make the repo very large. Perhaps uncompressed tarballs (ie. .tar files, not .tar.gz or .tgz) would be better since they can actually be diffed? I’m not sure if Git still treats tars as binary though, in which case it might not actually add any value. Just a thought 😃

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
JamieMasoncommented, Aug 4, 2016

should be fixed now in npm install -g git://git@github.com:JamieMason/shrinkpack.git#708e7455a3ef0b154fce2cd8bf06bc44fca991a3 @szarouski, sorry about that.

1reaction
JamieMasoncommented, Aug 2, 2016

perfect @DrewML 😎👌

Read more comments on GitHub >

github_iconTop Results From Across the Web

Convert npm's compressed tarballs to uncompressed. · Issue #40 ...
Digging into it this morning, it seems to be as simple as running eg. gunzip lodash-4.11.1.tgz . This will convert the tar from...
Read more >
How To Extract and Unzip .tar.gz Files (for Linux and Windows)
Many files are compressed and stored using the .tar.gz format. ... file is a collection of uncompressed files, sometimes known as a tarball....
Read more >
tar.gz - Npms.io
Native gzip compression and decompression utility for Node.js. local_offercompression, decompression, compress, decompress, tar, ...
Read more >
tar.gz - npm search
yog-tar.gz. Native gzip compression and decompression utility for Node.js. compression · decompression · compress · decompress · tar · tape archive ...
Read more >
Tgz | npm.io
Tgz Packages ; compressing. Everything you need for compressing and uncompressing. compressuncompressutiltgzgziptarzipstream ; inly. extract .zip, .gz, .bz2, .tar ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found