-
-
Notifications
You must be signed in to change notification settings - Fork 158
Conversation
Should we make sure to do |
Ok yeah getting that issue again.. why.. (removing chrome, ios, etc) |
I actually had a lot of trouble with Yarn :/... What is the issue you're getting? |
The issue is that running |
I just pulled master and got a clean run of |
Ok cool, maybe yarn version/cache/etc 😓 ? |
Same, with both |
I just ran both
And I got a clean master both times. That narrows it down to a cache issue (on one of our machines.) |
I get this error every time I do a fresh
It is related to the pinned version of the compat table. When I remove the package, run
And still get a clean master which again points to a problem with yarn and very likely with the pinned |
Oh I just got that error ^ and it works with npm ^. same page then lol |
Can it be pinned to a regular version? Why use a SHA here? |
There are no regular versions since it's not on npm (that's a wip) |
The following changes have been made since the last update to the yarnfile.
If yarn is used as the primary package manager it might be worth doing a
yarn install
in CI to make sure it comes up clean. I'm happy to try to set that up. Anyway, this will get the file up to date so I can get this guy into shape without committing extraneous stuff.