Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive not installable by NPM #194

Open
justinmc opened this issue Feb 2, 2017 · 0 comments
Open

Archive not installable by NPM #194

justinmc opened this issue Feb 2, 2017 · 0 comments

Comments

@justinmc
Copy link

justinmc commented Feb 2, 2017

I'd like to use this package to create an archive of my own package that is installable by npm (the docs explain that npm can install from a gzipped tarball). However, npm is unable to read the archive output by grunt-contrib-compress with the following settings:

"options": {
  "archive": "path/to/mypackage.tgz",
  "mode": "tgz"
},

Running tar -cvzf on the same exact folder that I'm using with this plugin DOES give me something that can be installed with npm. Am I missing a setting or will this not work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant