mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

Incompatible with 0.9 #24

Closed craig-l closed 10 years ago

craig-l commented 10 years ago

After running meteor add mizzao:sharejs i get The package mizzao:sharejs at 0.6.0 is incompatible with Meteor 0.9.0 or later. in my server console when running meteor and the atmosphere description also says "INCOMPATIBLE WITH METEOR 0.9.0 OR LATER"

fix commented 10 years ago

sounds the master branch is working

mizzao commented 10 years ago

The package works if checked out to the packages/ directory, but currently can't be published due to some quirks with the new packaging system. I will try to resolve that this week.

EDIT: Issue for this is being tracked in meteor/meteor#2488

fix commented 10 years ago

Ok for the record, to prevent from time consuming to work it out, check this repo into packages/mizzao:sharejs/ directory

mizzao commented 10 years ago

Sorry, meteor/meteor#2506 is the actual issue. We may do something like @acreeger did in https://github.com/acreeger/meteor-moment/tree/adding-locales in the meantime.

If you want support for this, post in meteor/meteor#2506 so they know it's something important.

mizzao commented 10 years ago

Hi guys, you should be able to install 0.6.1 directly from atmosphere now, without needing a checkout.