-
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 0.17.0 unexpected manifest error in linux #1855
Comments
The Debian repo was rolled back to 0.16.1... Try installing through that (you've got it commented out) rather than npm. |
Why the rollback? |
16 tasks
There's a bunch of issues with 0.17.0 so we temporarily rolled back to 0.16.1 until fixes are submitted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bug
What is the current behavior?
Install command fails with
error An unexpected error occurred: "expected manifest".
If the current behavior is a bug, please provide the steps to reproduce.
Try to build this Dockerfile:
Which can be done by putting that into a file called
Dockerfile
, and runningdocker build .
. Or by using a fresh installed ubuntu and simply running the above commands (obviously without theRUN
)What is the expected behavior?
The packages are successfully installed.
Please mention your node.js, yarn and operating system version.
Docker/Linux (running using virtual box on MacOS 10.11.6):
Linux Distribution (within docker)
Note version:
The text was updated successfully, but these errors were encountered: