Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Upgrade from pre 0.9.0 Meteor

Brylie Christopher Oxley edited this page Mar 3, 2015 · 1 revision
  1. Delete packages folder from your app, or at least remove all the CFS-related packages from it.
  2. Delete the smart.json that lists the CFS packages, or at least delete all CFS-related packages from it.
  3. meteor remove <pkgname> for any CFS packages shown when you do meteor list.
  4. Follow the installation instructions above.

If it does not use v0.0.1+ of cfs:tempstore and cfs:power-queue (Meteor issue meteor/meteor#2526), then meteor add those package versions yourself, but you will eventually want to remove those from your app and let cfs:standard-packages manage them.