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

Unable to add package tar.gz #1973

Closed
bvklingeren opened this issue Nov 21, 2016 · 1 comment · Fixed by #1974
Closed

Unable to add package tar.gz #1973

bvklingeren opened this issue Nov 21, 2016 · 1 comment · Fixed by #1974
Labels

Comments

@bvklingeren
Copy link

Do you want to request a feature or report a bug?
bug

What is the current behavior?
Install fails with message:

error "tar.gz": Tarball is not in network and can not be located in cache ("/Users/bvanklingeren/Development/workspace/source/iba/info-barista/tar.gz")

If the current behavior is a bug, please provide the steps to reproduce.
Execute yarn add tar.gz or yarn add --dev tar.gz

What is the expected behavior?
That the NPM package https://www.npmjs.com/package/tar.gz is downloaded and installed.

Please mention your node.js, yarn and operating system version.
node v5.10.1
yarn v0.17.6
os darwin x64

@hpurmann
Copy link
Contributor

Looks easy to fix, I'm on it.

torifat pushed a commit that referenced this issue Nov 21, 2016
Closes #1973
"tar.gz" actually [is a node module itself](https://www.npmjs.com/package/tar.gz)
Any real .tar.gz will have the preceding dot in the file extension.
@wyze wyze added cat-bug and removed needs triage labels Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants