-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
Should this remove yarn.lock too?
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why? @matheuss
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rauchg @leo Can somebody look into this change? A less robust dependency management?
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@john-kurkowski @albinekb @gsklee as far as i remember, there was some issue regarding the building process and caused the builds to fail using yarn. But don't quote me on this one.
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was failing on CI: https://travis-ci.org/zeit/hyper/jobs/202036801#L378
¯_(ツ)_/¯
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matheuss I've opened up an issue at Yarn; would you be willing to fill in more details over there? yarnpkg/yarn#2750
70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rauchg @matheuss From the information I gathered, and the feedback provided by
yarn
devs inside my reported issue, it seems to be a one-time network error only, and can be easily mitigated by some preventive measurements like retrying. I think there are better ways to handle this than simply ditching the tool.70822a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gsklee I'd be happy to receive a PR 👌 Not sure about how to handle retying and whatnot within Travis/AppVeyor