-
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
[0.17.0] Cannot add dependency in org/repo format #1818
Comments
I was just about to report this. Adding the same dependency with v0.16.1 works flawlessly though. Must be a regression in v0.17. |
Digging into the yarn cache, the dependency is saved to disk without a sha, the read from the cache is looking with the sha. |
dereksmart
added a commit
to Automattic/jetpack
that referenced
this issue
Nov 14, 2016
Yarn 0.17.0 has some issues installing dependencies from external repositories. Let's make sure to install only the yarn version that works until we have time to test upcoming yarn releases, as this breaks the build when using the build script. related yarn issue: yarnpkg/yarn#1818
dereksmart
added a commit
to Automattic/jetpack
that referenced
this issue
Nov 14, 2016
Yarn 0.17.0 has some issues installing dependencies from external repositories. Let's make sure to install only the yarn version that works until we have time to test upcoming yarn releases, as this breaks the build when using the build script. related yarn issue: yarnpkg/yarn#1818
Anyone wants to submit a PR? |
16 tasks
Is this bug the same as #1834? |
@bestander Yes it is. If I apply the fix in #1871 this works fine. |
Let's close it then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Error log
If the current behavior is a bug, please provide the steps to reproduce.
yarn cache clean
yarn init
yarn add blackdice/errorception
What is the expected behavior?
To install dependency
Please mention your node.js, yarn and operating system version.
Node 6.9.1, Windows 10 x64, Yarn 0.17.0
The text was updated successfully, but these errors were encountered: