Make sure you're using the right version of famous-views, v1.0.0-pre.2 or above.
$ meteor list
gadicohen:famous 0.5.0_2 Temporary package for Famo.us Mixed Mode v0.5.0
gadicohen:famous-views 1.0.0-pre.2 Famous, the Meteor Way (with Reactive Bl...
[ ... snip ... ]
Pre-release versions aren't added by Meteor by default, you need to specify them explicityly, e.g.
$ meteor add gadicohen:famous gadicohen:famous-views@1.0.0-pre.2
I've updated the README to reflect this. A fresh install should look like this:
$ meteor create app
app: created.
To run your new app:
cd app
meteor
$ cd app
$ meteor add gadicohen:famous gadicohen:famous-views@1.0.0-pre.2
Changes to your project's package version selections:
coffeescript added, version 1.0.6
gadicohen:famous added, version 0.5.0_2
gadicohen:famous-views added, version 1.0.0-pre.2
gadicohen:modules added, version 0.0.4
jag:pince added, version 0.0.6
gadicohen:famous: Temporary package for Famo.us Mixed Mode v0.5.0
gadicohen:famous-views: Famous, the Meteor Way (with Reactive Blaze
Templates/Views)
Note, you need to manually update pre-release versions by hand, with the "add
" command each time, as shown above. This is because the API could (potentially) change quite drastically between versions, and you should consciously be choosing exactly which pre-release version you want. Watch the update thread for updates.