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

packge upgrade for Meteor 1.8 #426

Open
tomvolek opened this issue Dec 6, 2018 · 3 comments
Open

packge upgrade for Meteor 1.8 #426

tomvolek opened this issue Dec 6, 2018 · 3 comments

Comments

@tomvolek
Copy link

tomvolek commented Dec 6, 2018

Upgrading to meteor 1.8, I get aldeed:tabular 1.6.1 (2.1.1 is available), has anybody upgraded their aldeed:tabular package to 2.1.1 ? Is there any compatibility problem ?


meteor update
Newer versions of the following indirect dependencies are available:
aldeed:tabular 1.6.1 (2.1.1 is available)
coffeescript 1.0.17 (2.3.2_1 is available)
fourseven:scss 4.5.4 (4.10.0 is available)
reywood:publish-composite 1.5.2 (1.7.0 is available)
softwarerero:accounts-t9n 1.3.11 (2.3.1 is available)
These versions may not be compatible with your project.
To update one or more of these packages to their latest
compatible versions, pass their names to meteor update,
or just run meteor update --all-packages.

@nabiltntn
Copy link

You can use the new ! syntax for versions in your ./meteor/versions file to fix coffeescript version problem.

[email protected]_1!

@tomvolek
Copy link
Author

meteor run
=> Errors while initializing project:
nabiltntn: adding [email protected]_1! to ./meteor/versions will result in bellow message:

While reading project metadata:
/Users/tom/Development/payagol/.meteor/versions: The wrap number (after _) must contain only digits, so 2.3.2_1! is invalid.

@nabiltntn
Copy link

sorry, i mean in .meteor/packages file.

For more information : https://docs.meteor.com/changelog.html#changes

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