-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Yarn unable to install from .zip files #1020
Comments
Confirming this when using local zips as well, e.g. (from
Running
However, there is indeed a valid package.json in the zip file, and installation works fine if you unzip manually, remove the Environment details: |
We've removed support for Bower, see #1441. |
This doesnt address the error here though. If we reference to a zip file in package.json this error would still be thrown |
npm doesn't support zip files either. |
fair enough but that doesn't mean that yarn can't or shouldn't |
Opened a separate feature request since this is no longer relevant for Bower support. |
Do you want to request a feature or report a bug?
feature
What is the current behavior?
if the file being loaded is a zip, the error
invalid tar file
is returnedIf the current behavior is a bug, please provide the steps to reproduce.
save this into bower.json
and run
yarn
What is the expected behavior?
The files in the zip should be extracted and added to node_modules
Please mention your node.js, yarn and operating system version.
node v 5.7.0, yarn v0.15.1, Latest MacOS
The text was updated successfully, but these errors were encountered: