-
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
Cannot ready property 'endsWidth' of undefined #699
Comments
Looks like it's from Line 350 in 5545d11
|
I got the same error today on a repo that has a private git repo as a dependency. Installs smoothly on other repos. The private git dependency is defined along these lines in my package.json -file:
Another private repo I have has an otherwise identical package.json contents and there yarn works a treat. Edit. In addition, plain npm install works just fine with the problematic repo. |
Yep, also ran into this issue on a project depending on a private GitHub repo. |
See #971 |
Dup #573 |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Running
yarn
on repo shows:If the current behavior is a bug, please provide the steps to reproduce.
Run
yarn
to install deps.What is the expected behavior?
Completed install
Please mention your node.js, yarn and operating system version.
Node v6.5.0
Yarn 0.15.1
Yosemite 10.11.6
The text was updated successfully, but these errors were encountered: