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

"Version information not found" #11

Open
fabyeah opened this issue Feb 19, 2016 · 1 comment
Open

"Version information not found" #11

fabyeah opened this issue Feb 19, 2016 · 1 comment

Comments

@fabyeah
Copy link

fabyeah commented Feb 19, 2016

I'm getting this error for all my non-local packages:

momentjs:moment: version information not found. Run 'meteor show momentjs:moment' for more information.

in my package.js file those packages are defined like this:

running the meteor show command gives some valid info.

@nunof07
Copy link

nunof07 commented Aug 26, 2016

I have the same issue too (running on Windows).

The problem is when it tries to check the latest version if a package. It's splitting the meteor show result by \r\n, but it should be splitting by \n.

I can fix this by hardcoding the character, but I'm not sure that's a good solution.

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