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

Yarn install fails silently while fetching packages with @angular/cli dependency on Windows. #5512

Closed
cjbturin opened this issue Mar 13, 2018 · 1 comment
Assignees
Labels
fixed-in-modern This issue has been fixed / implemented in Yarn 2+. triaged

Comments

@cjbturin
Copy link

cjbturin commented Mar 13, 2018

Related issue: #5491

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

What is the current behavior?
While running yarn install in project with package.json containing @angular/cli versions 1.7.1 - 1.7.3 or 1.6.8 process fails silently upon reaching last package while fetching packages.

PS C:\Users\turin\yarntest> yarn install
yarn install v1.5.1
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[#############################################################################################################] 822/823
PS C:\Users\turin\yarntest>

npm install executes correctly.

If the current behavior is a bug, please provide the steps to reproduce.
Run yarn install in a project with @angular/cli versions 1.7.1 - 1.7.3 or 1.6.8 as dependencies on Windows environment.

What is the expected behavior?
Package installs correctly or error feedback is provided.

Please mention your node.js, yarn and operating system version.
Node: 8.10, 9.8
Yarn: 1.5.1
OS: Windows 10.0.16299 x64, Powershell

@merceyz
Copy link
Member

merceyz commented Jan 2, 2021

Unable to reproduce, closing as fixed in v2 where the timeout logic is less susceptible to this sort of issue

https://yarnpkg.com/getting-started/migration

@merceyz merceyz closed this as completed Jan 2, 2021
@merceyz merceyz added the fixed-in-modern This issue has been fixed / implemented in Yarn 2+. label Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-in-modern This issue has been fixed / implemented in Yarn 2+. triaged
Projects
None yet
Development

No branches or pull requests

3 participants