I made a quick video, more node based than Meteor this time.
Has anyone tried Yarn with Meteor yet?
I made a quick video, more node based than Meteor this time.
Has anyone tried Yarn with Meteor yet?
We use yarn with meteor for our products, it works great!
Nice, didn’t even think to check until I posted the video here 
Yep - we’re also using yarn with Meteor.
Is yarn playing nicely with Meteor these days?
Nope, sure doesn’t.
And it’s not a yarn issue either, because I made a standard React app with create-react-app and added meteor-node-stubs and intercom-client, and on the browser side when I import both asn1 and asn1.js, they are indeed different as they should be:

But in a Meteor project:

And I realize intercom-client is a very specific package, but my point is that this could occur with any package out there, unexpectedly, and cause major problems in a Meteor project. This is definitely a Meteor bug. I’ll file an issue now with a link to a reproduction repo.