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 support #98

Closed
zvictor opened this issue Dec 22, 2016 · 1 comment
Closed

Yarn support #98

zvictor opened this issue Dec 22, 2016 · 1 comment

Comments

@zvictor
Copy link

zvictor commented Dec 22, 2016

I am facing an issue that only appears when getstream is installed by Yarn (tried versions 0.17.10 and 0.18.1). The same doesn't happen with NPM.

Uncaught TypeError: Cannot read property 'Context' of undefined
    at meteorInstall.node_modules.sshpk.lib.formats.x509.js (modules.js?hash=cbedf00…:97598)
    at meteorInstall.node_modules.sshpk.lib.certificate.js (modules.js?hash=cbedf00…:94227)
    at meteorInstall.node_modules.sshpk.lib.fingerprint.js (modules.js?hash=cbedf00…:93951)

I can see that it is related to the sshpk dependency.

@dwightgunning
Copy link
Contributor

Apologies for the lack of communication around this issue. We're aiming to improve on this (in a big way).

On review of the linked issue, and in particular this comment pointing to the bundler, it looks most likely that this was a problem Meteor.

I've just attempted to replicate this by following our Meteor blog post with a fresh Meteor install and Yarn v0.27.5; it runs through fine. This leads me to believe the bug has been resolved.

I'll close for now but happy to re-open / discuss further if appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants